The Reservation Ping API is an optional tool available to GO distributors, allowing them to check the operational status of GO's booking service. By using this API, distributors can confirm whether the booking service is functioning properly, ensuring smooth integration with GO’s system. While implementation is not mandatory, it provides a helpful way to monitor the health of the service.

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

Reservation Ping Request parameter

LevelField NameData TypeRequiredDescriptionExample
1
 distributorIdstring Y ID of distributor in DerbySoft‘s system
 TUI


Response Example

Success Response(HTTP Status 200)
"ok"
Error Response (HTTP Status 403)
{
"errorCode": "InvalidField",
"errorMessage": "Unauthorized token"
}
Error Response (HTTP Status 500)

{
  "errorCode": "InvalidField",
  "errorMessage": "Invalid Message"
}