v1
latestOpenAPI 3.0.22026-07-13122949.2 KBPMS/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
Response
Successful response
Example response
{
"success": true
}