Introduction

Ping API is used by DerbySoft to verify Hotel Supply’s service is up and running and that it can connect.



Ping: 

Description of parameters

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


Response

Success Response (HTTP Status 200)

"ok"

Error Response (HTTP Status 500)

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