get
https://api.apptoto.com/v1/bookings
Fetch an individual booking or a range of bookings through a booking page.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
You can fetch one individual booking by providing:
| Field | Type | Required | Description |
|---|---|---|---|
| id | number | yes | The id of the booking to fetch |
Or you can fetch a range of bookings by providing the following fields:
| Field | Type | Required | Description |
|---|---|---|---|
| begin | DateTime | yes | Start range to fetch |
| end | DateTime | yes | End of range to fetch |
| page_size | Number | no | Defaults to 30 |
| page | Number | no | Defaults to 1 |
| String | no | Email address to filter on |
OAuth scope
Calls authenticated with an OAuth 2.0 bearer token must include the bookings:read scope. A token without it receives a 403 insufficient_scope response. HTTP Basic auth is not scope-gated.
200