Pull ARI Ping
Modified on: 2025-07-31 18:35
Pull ARI Ping
The Pull Ping API is a valuable tool for Go distributors, designed to verify the operational status of Go's system and ensure that the Pull ARI API is functioning properly. By utilizing this API, distributors can quickly check if the system is working as expected, providing a simple and effective way to monitor the health of the service. While the implementation of the Ping API is optional, it serves as a helpful resource for maintaining optimal system performance and reliability.
GET /ping HTTP/1.1 URL: {ShoppingEngine-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