Endpoint: Bookings
BoothBook
Last Update 3 jaar geleden
The BOOKINGS endpoint returns a multi dimensional array of booking data.
POST Variables
- 'key' = [string] Client Key
- 'secret' = [string] Secret Key
- 'start' = [string] Start Date in ISO format e.g. YYYY-MM-DD
- 'end' = [string] End Date in ISO format e.g. YYYY-MM-DD
- 'scope' = [string] "minimal" or "full". Determines the complexity of the array output. The default is minimal.
- 'booking_id' [integer] Pinpoint a specific booking ID to return the array data for a single booking.
Example PHP CURL Request
Example JSON Response