Booking Pro API
API ReferenceCatalog

List locations

The locations this key may act on.

GET
/locations

Authorization

ApiKeyAuth
AuthorizationBearer <token>

Send your API key as a bearer token: Authorization: Bearer bp_sk_live_.... Mint and revoke keys in your dashboard under Settings -> Developers.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/locations"
{  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "name": "string",      "slug": "string",      "timezone": "string",      "address": "string"    }  ]}