cURL
curl --request GET \ --url https://api.maxcare.ai/v2/patients/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "code": "success", "data": { "id": "c56103bc-d39c-46d3-9f31-38dd2b5e05f6", "mrn": "MRN-10042", "firstName": "Sarah", "lastName": "Johnson", "middleName": "Marie", "gender": "Female", "dateOfBirth": "1985-03-15", "email": "sarah.johnson@email.com", "phone": "(555) 123-4567", "createdAt": "2024-08-15T09:30:00.000Z", "updatedAt": "2025-01-20T14:22:00.000Z" } }
Returns a single patient by ID. Requires read:patients 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
Patient ID
Success
Response code
"success"
Show child attributes