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

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"
}