# Ping Health Check ## Endpoint Production URL : https://sct-tracking-data-api.services.simacan.com/api/v1/ping Staging URL : https://sct-tracking-data-api-stg.services.simacan.com/api/v1/ping This endpoint is merely a health check. ## Basic response Once you ping this endpoint, your response will look like ```xml ``` ### Responses | Key | Description | | --- | --- | | 200 | Ok | | 400 | *Bad Request* You will receive this status, when the data you’ve delivered is not in the correct XML format. You will see an entity describing what went wrong | | 401 | *Unauthorized* Whenever you will get a 401 status, you have either provided the wrong credentials or none at all. Check if you bearer token has not expired | | 403 | *Forbidden* You will receive this status, when you successfully supplied credentials, but your username does not have the necessary permissions for the resource | | 404 | *Not Found* Whenever you will get a 404, you are probably using a malformed or incorrect URL |