cURL
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 } ] }
Returns all available data center locations.
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
Location list
Show child attributes