Appointment

API Docs

Appointment

The following endpoints are related to the appointment resource in the Calendsa platform.

List Appointments

GET

/api/v1/appointments

Retrieve a list of all appointments.

Create Appointment

POST

/api/v1/appointments

Creates a new appointment.

Find Appointment

GET

/api/v1/appointments/{id}

Retrieve a specific appointment by ID.

Delete Appointment

DELETE

/api/v1/appointments/{id}

Delete a specific appointment by ID.

Cancel Appointment

POST

/api/v1/appointments/{id}/cancel

Cancels a specific appointment by ID.