AgencyUSB-Ping
Modified on: 2024-07-24 16:56
TABLE OF CONTENTS
Introduction
DerbySoft uses the Ping API to check Hotel Supplier's service works or not.
Request
GET /ping HTTP/1.1 URL: {{endpoint}}/ping Authorization: 53ac07777cdffac2d53000002d698728ce964432d7167596bc005c5fc Accept-Encoding: gzip Content-Encoding: gzip Content-Type: application/json;charset=utf-8
Response
- Example of Success Response(HTTP Status 200)
"ok"
- Example of Error Response(HTTP Status 500)
{ "errorCode": "InvalidField", "errorMessage": "Invalid Message" }
Did you find it helpful? Yes No
Send feedback