cURL
Open Times Endpoints
Search Open Times
Search for open times for a given provider, appointment type, etc. Can be used to find open times in the future or past.
POST
cURL
Search for open appointment times.
Request Body
- search_from_date (required): The start date/time of the search in ISO 8601 format. Can be a present or future timestamp.
- appointment_type (required): A string of the appointment type category. Available options:
wellness,sick,technician,recheck.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
The location id of the practice
Body
application/json
Open times request
The start date/time of the search in ISO 8601 format. Can be a present or future timestamp.
Example:
"2025-01-01T07:00:00Z"
An string of the appointment type category. Available options: wellness, sick, technician, recheck.
Available options:
wellness, sick, technician, recheck 
