Obtener detalle de una cita
Appointments
GET /v1/scheduling/appointments/:id
Fetch an appointment by id. Returns 404 if it belongs to another company.
GET
Obtener detalle de una cita
Returns the requested appointment as long as it belongs to the PAT’s tenant.
Endpoint
Required scope
scheduling:appointments:read
Path params
| Param | Type | Description |
|---|---|---|
id | string | Appointment id (UUID generated at creation). |
Example request
Response
200 OK
| Field | Type | Description |
|---|---|---|
status | string | pending, confirmed, completed, cancelled, blocked, waitlist. |
payment_status | string | pending, paid, partial, refunded, cancelled. |
dates.timezone | string | Tz of the branch the appointment was booked at. |