get https://acuityscheduling.com/api/v1/appointments
Get a list of appointments currently scheduled for the authenticated user.
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.