Skip to main content
GET
/
api
/
v1
/
appointments
Get all appointments (calendar)
curl --request GET \
  --url https://{subdomain}.mindhunters.ai/api/v1/appointments \
  --header 'Authorization: Bearer <token>'

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