List appointments
Appointments
List appointments
Returns a paginated list of active appointments for the organization associated with the API key. Supports status, customer, staff, and date filters.
GET
List appointments
Authorizations
Organization API key. Prefix with Bearer. Test keys start with cic_test_; live keys with cic_live_.
Query Parameters
Max items to return (1–100). Default: 50.
Required range:
1 <= x <= 100Example:
50
Number of items to skip. Default: 0.
Required range:
x >= 0Example:
0
Filter by appointment status.
Available options:
scheduled, confirmed, checked_in, no_show, cancelled, completed Filter by customer id.
Filter by staff id.
Inclusive lower bound (ISO-8601) on start time.
Inclusive upper bound (ISO-8601) on start time.