Skip to main content
GET
/
api
/
v1
/
appointments
/
{uuid}
Get a specific appointment
curl --request GET \
  --url https://{subdomain}.mindhunters.ai/api/v1/appointments/{uuid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string<uuid>
required

Response

Appointment retrieved successfully