cURL
curl --request GET \ --url https://api.anagram.care/api/auth/v1/patients/{code}/ \ --header 'Authorization: <api-key>'
{ "created_at": "2023-11-07T05:31:56Z", "location_id": 123, "first_name": "<string>", "last_name": "<string>", "dob": "2023-12-25", "code": "<string>", "location": { "id": 123, "status": "<string>", "title": "<string>", "code": "<string>" }, "middle_name": "<string>", "sex": "<string>", "ssn_last_four": "<string>", "address": { "line1": "<string>", "city": "<string>", "zipcode": "<string>", "state": "<string>", "line2": "<string>", "recipient": "<string>" }, "email": "<string>", "phone": "<string>", "account_number": "<string>" }
Returns all details for a specific patient
Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"
JSON object response
Show child attributes
Used for emails and UI (can be edited by provider)