GET
/
storage
/
provisioning
/
v2
/
locations
List locations
curl --request GET \
  --url https://api.gcore.com/storage/provisioning/v2/locations \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "results": [
    {
      "address": "s-ed1.cloud.example.com",
      "allow_for_new_storage": "allow",
      "name": "s-ed1",
      "title": "S3 Luxembourg",
      "type": "s3"
    }
  ]
}

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

Query Parameters

offset
integer
Required range: x >= 0
limit
integer
default:10
Required range: 1 <= x <= 1000

Response

200
application/json

LocationListEndpointResV2

LocationListEndpointResV2 response for v2