get
https://example.com/booking/v1/authorizations
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use this endpoint to retrieve the authorizations that match your query parameters.
Before you call this endpoint
- Include an access token with either the
authorizations.readorauthorizations.managescope. - 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 authorizations that match the filters you send with the request. If you do not send any filters, the API returns authorizations based on the default query behavior for this operation.
Authorization
Send an access token that includes at least one of these scopes:
authorizations.readauthorizations.manage
204No authorizations 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.