Booked slots
/api/booked_slots
GET
https://datelist.io/api/booked_slots
This endpoint allows you to list the booked slots.
Query Parameters
string
Only get booked slots matching a specific email
calendar_id
string
Only get booked slots for a specific calendar
from
string
Get booked slots starting from a specified date (in iso 8601 format)
to
boolean
Get booked slots up to a specified date (in iso 8601 format)
Headers
Authentication
string
Authentication token (see the "authentication section")
/api/booked_slots/:id
PATCH
https://datelist.io/api/booked_slots/:id
Update data of a booked slot
Path Parameters
id
number
The ID of the booked slot
Headers
Authentication
string
Authentication token (see the "Authentication" section)
Request Body
Body
string
Data to update (in same format as the GET endpoint result)
/api/booked_slots/:id
DELETE
https://datelist.io/api/booked_slots/:id
Cancels a booked slot
Path Parameters
id*
number
The ID of the booked slot
Query Parameters
send_email_on_delete
boolean
Headers
Authentication
string
Authentication token (see the "Authentication" section)
Last updated