Skip to main content
GET
/
locations
List locations
curl --request GET \
  --url https://console.cloudblast.io/api/v2/locations \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": 1,
      "short_code": "AMS1",
      "description": "Amsterdam, Netherlands",
      "coming_soon": false
    }
  ]
}

Authorizations

Authorization
string
header
required

API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.

Response

Location list

data
object[]