Skip to main content
GET
Get all appointments (calendar)

Authorizations

Authorization
string
header
required

Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"

Query Parameters

schedule_uuid
string<uuid>

Filter by schedule UUID

contact_uuid
string<uuid>

Filter by contact UUID

status
string

Filter by status (approved, pending, rejected)

start_date
string<date>

Filter from this date (YYYY-MM-DD)

end_date
string<date>

Filter until this date (YYYY-MM-DD)

Response

200

Appointments retrieved successfully