latestOpenAPI 3.1.02026-08-10145.6 KB

7ca336c58913

Status

Retrieve API status

Returns the current operational status of monitored Demand API endpoint groups and their individual endpoints.

get/api/1.0/status

Headers

X-Partner-Idstring required

Your Booking.com partner identifier. This header is required to authenticate requests and verify that your integration has access to the Status API.

Response

The operational status was retrieved successfully.

Example response

{
  "data": [
    {
      "group": "Reservations",
      "updated_at": "2026-04-08T10:31:00Z",
      "since": "2026-04-08T10:12:00Z",
      "reason": "Elevated error rates under investigation",
      "endpoints": [
        {
          "endpoint": "/orders/create",
          "updated_at": "2026-04-20T14:32:00Z",
          "since": "2026-04-20T14:30:15Z",
          "reason": "Upstream provider issue"
        }
      ]
    }
  ]
}