cURL
curl --request GET \ --url https://api.maxcare.ai/v1/patients \ --header 'Authorization: Bearer <token>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "code": "success", "data": { "patients": [ { "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" } ], "pagination": { "page": 1, "pageSize": 100, "totalCount": 250, "totalPages": 3 } } }
Returns a paginated list of patients. 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
Search by patient name or MRN
Success
Response code
"success"
Show child attributes