GET
/
api
/
auth
/
v1
/
patients
/
{code}
curl --request GET \
  --url https://api.anagram.care/api/auth/v1/patients/{code}/ \
  --header 'Authorization: <api-key>'
{
  "created_at": "2025-03-16T13:51:16.219467+00:00",
  "location_id": 53,
  "first_name": "michael",
  "middle_name": null,
  "last_name": "enslin",
  "dob": "1950-02-28",
  "sex": "male",
  "ssn_last_four": "1234",
  "address": {
    "line1": "61st Street, Dolphin Hotel",
    "line2": "Room 1408",
    "recipient": null,
    "city": "New York",
    "zipcode": "10065",
    "state": "NY"
  },
  "email": "mike@foo.bar",
  "phone": "1234567890",
  "account_number": null,
  "code": "PAT17T",
  "location": {
    "id": 53,
    "status": "enabled",
    "title": "Title 52",
    "code": "LOC53T"
  }
}

Authorizations

Authorization
string
header
required

Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"

Path Parameters

code
string
required

Response

200
application/json

JSON object response

The response is of type object.