Appointments
The appointments section provides access to appointment records of your company.
Required scopes: appointments + users (always). For course appointments additionally customers.
Note on course appointments: Course appointments contain personal customer data and user data. Access requires the additional scope
customers.
Setting up API access is described in the Help Center.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /api/oauth/v2/resource/appointments | Paginated list of all appointments |
GET | /api/oauth/v2/resource/appointments/{uuid} | Details of a single appointment |
POST | /api/oauth/v2/resource/appointments/service | Create a new service appointment |
POST | /api/oauth/v2/resource/appointments/{uuid}/cancel | Cancel an appointment |