cURL
curl --request GET \ --url https://api.gcore.com/storage/provisioning/v1/location \ --header 'Authorization: <api-key>'
[ { "address": "<string>", "allow_for_new_storage": "deny", "id": 123, "name": "s-ed1", "type": "<string>" } ]
List locations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef
apikey
apikey 1234$abcdef
clientLocationRes
The response is of type object[].
object[]
Was this page helpful?