/appointments

Get a list of appointments currently scheduled for the authenticated user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Canceled Appointments

📘

canceled=true

By default, canceled appointments are not returned. To retrieve canceled appointments, use the query ?canceled=true. To retrieve both canceled and scheduled appointments, you can use ?showall=true.

Canceled appointment responses include a noShow field which is true if the admin has marked the appointment as a no-show, and false if the appointment is simply canceled.

Query Params
int32
Defaults to 100

maximum number of results

date

only get appointments this date and after

date

only get appointments this date and before

int32

show only appointments on calendar with specified ID

int32

show only appointments of this type

boolean
Defaults to false

get canceled appointments

string

filter appointments for client first name

string

filter appointments for client last name

string

filter appointments for client e-mail address

string

filter appointments for client phone number. If using a country code, ensure that the '+' is URL encoded to %2b for accurate results

string

filter appointments matching a particular custom intake form field eg. ?field:1234=Hello

boolean
Defaults to false

don't include intake forms in the response object (speeds up the response)

string
Defaults to DESC

ASC or DESC

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Choose an example:
application/json