Skip to content
Last updated

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

<pingResponse date="2020-06-07T09:17:43"></pingResponse>

Responses

KeyDescription
200Ok
400Bad 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
401Unauthorized 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
403Forbidden You will receive this status, when you successfully supplied credentials, but your username does not have the necessary permissions for the resource
404Not Found Whenever you will get a 404, you are probably using a malformed or incorrect URL