Pull 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
}