ExtranetUSB-Ping Request
Modified on: 2021-10-20 10:15
Introduction
Ping API is used by DerbySoft to verify if the Hotel Supplier’s service is up and running and that it is able to connect.
TABLE OF CONTENTS
Ping
This is an API for DerbySoft to call the Supplier's system to check if the API is working or not.
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