Skip to main content
Search for free slots

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

serviceId
integer
required

The id of the service to search free slots for

Required range: x > 0
Example:

1

locationId
integer
required

The id of the location to search free slots at

Required range: x > 0
Example:

1

practitionerIds
integer[]
required
Minimum array length: 1
Required range: x > 0
from
required

Start of the search window (UTC)

Example:

"2024-01-01T00:00:00.000Z"

to

End of the search window (UTC), up to 7 days after from

Example:

"2024-01-02T00:00:00.000Z"

interval
number
default:15

Slot step in minutes

Example:

15

Response

An array of free slots per practitioner

data
object[]
required