Error
Checkout
List appointments
Returns the bookings as a flat array, optionally narrowed by associate, customer, store, status (requested | confirmed | completed | cancelled | no-show) and/or timeframe (upcoming | past, relative to the server clock). For a single booking use the get operation.
GET
Error
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Query Parameters
Available options:
requested, confirmed, completed, cancelled, no-show Available options:
upcoming, past Response
The matching appointments (empty array when none match).

