get
https://example.com/booking/v1/blocks
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use this endpoint to retrieve the blocks that match your query parameters.
Before you call this endpoint
- Include an access token with at least one of these scopes:
blocks.read,reservations.read, orreservations.manage. - Add query parameters when you want to filter the result set.
- Use the
expandparameter when you want the response to include embedded resources.
What this endpoint does
The API returns the blocks that match the filters you send with the request. If you do not send any filters, the API returns all blocks available in your request context.
Authorization
Send an access token that includes at least one of these scopes:
blocks.readreservations.readreservations.manage
204No blocks found.
400Bad request.
401You are unauthorized.
403Forbidden.
404The Request-URI could not be found.
499Client closed request.
500An unexpected error occurred.
503The server is currently unavailable. Please try later.