curl --request GET \
--url https://api.anagram.care/api/auth/v1/patients/ \
--header 'Authorization: <api-key>'{
"result": [
{
"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>"
}
],
"prev": "<string>",
"previous": "<string>",
"next": "<string>"
}curl --request GET \
--url https://api.anagram.care/api/auth/v1/patients/ \
--header 'Authorization: <api-key>'{
"result": [
{
"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>"
}
],
"prev": "<string>",
"previous": "<string>",
"next": "<string>"
}Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"
JSON object response
Show child attributes