List 1:1 appointments (paginated).
Returns confirmed/pending/completed/cancelled/no_show 1:1 bookings, newest scheduled first. Class-seat bookings are excluded. Filter by service, staff, contact (all uuids), status, and a scheduled_at window (from/to).
Authorizations
Your workspace API key. It both authenticates the caller and selects the workspace.
Query Parameters
Filter to one service by its uuid.
Filter to one staff member by uuid.
Filter to one contact by uuid.
Filter by booking status (confirmed, completed, cancelled, no_show, etc.).
Only appointments scheduled at/after this datetime (UTC).
Only appointments scheduled at/before this datetime (UTC).
Items per page (alias: limit). Default 25, max 100.

