Push ARI Ping

The Push Ping API is used by DerbySoft to verify the operational status of the endpoint provided by distributors who are implementing the Push ARI model. DerbySoft sends a ping request to check if the distributor's endpoint is active and functioning correctly. This ensures that the distributor’s system is ready to receive real-time data updates from the Push ARI API. While optional, the Push Ping API helps maintain reliable communication and ensures that data can be successfully delivered from DerbySoft to the distributor's system.

GET /ping HTTP/1.1 
URL: {AvailabilityPeer-Endpoint}}/ping 
Authorization: 53ac07777cdffac2d53000002d698728ce964432d7167596bc005c5fc 
Accept-Encoding: gzip 
Content-Encoding: gzip 
Content-Type: application/json;charset=utf-8

Response Example

Success Response(HTTP Status 200)
"ok"
Error Response (HTTP Status 403)
{
    "error": "Key not authorised"
}
Error Response (HTTP Status 500)
{
  "errorCode": "InvalidField",
  "errorMessage": "Invalid Message"
}