cURL
curl --request GET \ --url https://api.anagram.care/api/auth/v1/locations/ \ --header 'Authorization: <api-key>'
{ "result": [ { "title": "<string>", "code": "<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