cURL
curl --request GET \ --url https://api.anagram.care/api/auth/v1/locations/ \ --header 'Authorization: <api-key>'
{ "result": [ { "title": "Westwood Store #542", "code": "LOC4242B" }, { "title": "Main st Store #634", "code": "LOC75634B" } ] }
Your API token prefaced with an "Api" prefix. Example value: "Api B3F4242424E3FDB4242424242A9C7642"
JSON object response
The response is of type object.
object