cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/reseller_region \ --header 'Authorization: <api-key>'
{ "count": 1, "results": [ { "client_name": "client_name", "id": 123, "reseller_name": "reseller_name", "access_all_edge_regions": false, "client_id": 8, "region_ids": [ 1, 2, 3 ], "reseller_id": 1 } ] }
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
Client ID. It is assumed to be null when unspecified.
Reseller ID
list of access records for reseller or client
Number of objects
x >= 0
1
Objects
Show child attributes
Was this page helpful?