Push ARI Ping
Modified on: 2025-07-31 18:33
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
"ok"
{ "error": "Key not authorised" }
{ "errorCode": "InvalidField", "errorMessage": "Invalid Message" }
Did you find it helpful? Yes No
Send feedback