cURL
curl --request GET \ --url https://api.example.com/v1/patients/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-Organization-Id: <x-organization-id>'
{ "code": "success", "data": { "id": "pat_01J5K8N2XRQV3M7YGWT4HB6E9C", "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.
Marketplace API key
Target clinic organization ID
Patient ID
Success
Response code
"success"
Show child attributes