Api is the bearer name and is case sensitive. Requests without a valid token will be denied with a 401 status and an error message:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://api.anagram.care/api/auth/v1/patients/PAT4242B/ \
--header 'Authorization: Api B3F4242424E3FDB4242424242A9C7642'
How to obtain and use an API token
curl --request GET \
--url https://api.anagram.care/api/auth/v1/patients/PAT4242B/ \
--header 'Authorization: Api B3F4242424E3FDB4242424242A9C7642'
Authorization: Api <your api key>
Api is the bearer name and is case sensitive. Requests without a valid token will be denied with a 401 status and an error message:
{"detail": "Invalid authentication token."}
curl --request GET \
--url https://api.anagram.care/api/auth/v1/patients/PAT4242B/ \
--header 'Authorization: Api B3F4242424E3FDB4242424242A9C7642'