List Bookable Slots

Retrieves a list of all bookable slots for the requesting practice group.

SecurityapiKeyAuth and practiceGroupId
Request
query Parameters
location_id
string
practitioner_id
string
start_date
string
end_date
string
appointment_type_id
required
string
Responses
200

Ok

400

Validation error

401

Unauthorised

404

Not found

500

Unknown error

get/v1/slots
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "count": 0
}