cURL
curl --request GET \ --url https://api.maxcare.ai/v3/appointments/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "code": "success", "data": { "id": "apt_e5f6a7b8c9d04e1f2a3b4c5d6e7f8a9b", "scheduledStartDate": "2025-01-20T09:00:00.000Z", "scheduledEndDate": "2025-01-20T09:30:00.000Z", "status": "confirmed", "isNewPatient": false, "patientId": "pat_c56103bcd39c46d39f3138dd2b5e05f6", "patientFirstName": "Sarah", "patientLastName": "Johnson", "patientMrn": "MRN-10042", "providerId": "prv_d4e5f6a7b8c94d0e1f2a3b4c5d6e7f8a", "providerFirstName": "James", "providerLastName": "Wilson", "facilityId": "fac_b2c3d4e5f6a74b8c9d0e1f2a3b4c5d6e", "createdAt": "2025-01-15T09:30:00.000Z" } }
Returns a single appointment by ID. Requires read:appointments scope.
Documentation IndexFetch the complete documentation index at: https://docs.maxcare.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.maxcare.ai/llms.txt
Use this file to discover all available pages before exploring further.
Marketplace API key
Target clinic organization ID
Appointment ID
Success
Response code
"success"
Show child attributes