get
https://connect.agendapro.com/v3/bookings
This endpoint returns a paginated list of bookings for the company.
Important Notes
- Results are scoped to the company associated with the API key.
- At least one entity filter is required:
client_id,location_id,service_id, orservice_provider_id. Thestart_date/end_dateparameters narrow results further but do not satisfy this requirement on their own. - Requires
bookings:readscope.
Errors Dictionary
| Status | Error | Detail | Description |
|---|---|---|---|
| 400 | required | params | No entity filter provided. Supply at least one of client_id, location_id, service_id, or service_provider_id. |
| 401 | unauthorized | invalid_api_key | Missing or invalid Bearer token. |
| 401 | unauthorized | api_config_inactive | API access is inactive for this company. |
| 403 | forbidden | scope_denied | API key lacks bookings:read scope. |
| 429 | rate_limited | burst_limit_exceeded | Per-minute request limit exceeded. |
| 429 | rate_limited | daily_quota_exceeded | Daily request quota exceeded. |
| 502 | upstream_unavailable | The upstream service is unavailable. |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
