Skip to main content
GET
List locations

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

clientLocationRes

address
string
required

Full hostname/address for accessing the storage endpoint

Example:

"s-region-1.storage.example.com"

allow_for_new_storage
enum<string>
required

Indicates whether new storage can be created in this location: allow enables storage creation, deny prevents it

Available options:
deny,
allow
Example:

"allow"

id
integer<int64>
required
Example:

1

name
string
required
Example:

"s-region-1"

type
enum<string>
required
Available options:
s3_compatible,
sftp