get https://api.apptoto.com/v1/bookings
Fetch an individual booking or a range of bookings through a booking page.
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 |
