Skip to main content
GET
/
storage
/
provisioning
/
v3
/
locations
List locations
curl --request GET \
  --url https://api.gcore.com/storage/provisioning/v3/locations \
  --header 'Authorization: <api-key>'
{
  "locations": [
    {
      "address": "s-ed1.cloud.gcore.lu",
      "id": 1,
      "name": "s-ed1",
      "type": "s3_compatible",
      "title": "Luxembourg"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Response

LocationsListEndpointResV3

LocationsListEndpointResV3 response for listing locations V3

locations
object[]

List of available locations