v1

latestOpenAPI 3.0.22026-07-13122949.2 KB
PMS/CM endpoints

Ping

Ping endpoint is used to check if hotel exists and synchronization is active on your side.

If you implement /hotel endpoint, you can ignore this endpoint.

Usage:

  • called periodically to check if hotels are still active
post/ping

Request body

accessTokenstring required

Access token to your API.

Response

Successful response

successboolean required

Always true.

Example response

{
  "success": true
}