GET
/
api
/
auth
/
v1
/
locations
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

_page_number
integer
default:0
page_size
integer
default:10

Response

200 - application/json

JSON object response

The response is of type object.