cURL
curl --request GET \ --url https://{subdomain}.mindhunters.ai/api/v1/appointments/{uuid} \ --header 'Authorization: Bearer <token>'
Use a Bearer token to access these API endpoints. Example: "Bearer {your-token}"
Appointment retrieved successfully