GET
/
locations
curl --request GET \
  --url https://api.blaxel.ai/v0/locations \
  --header 'Authorization: Bearer <token>'
[
  {
    "continent": "<string>",
    "country": "<string>",
    "flavors": [
      {
        "name": "<string>",
        "type": "<string>"
      }
    ],
    "location": "<string>",
    "status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

successful operation

The response is of type object[].