cURL
curl --request GET \ --url https://api.gcore.com/cloud/v1/reseller_name_templates \ --header 'Authorization: <api-key>'
{ "count": 1, "results": [ { "allow_custom_name": true, "allowed_bm_name_templates": [ "<string>" ], "allowed_bm_name_win_templates": [ "<string>" ], "allowed_lb_name_restriction": "<string>", "allowed_lb_name_templates": [ "<string>" ], "allowed_name_templates": [ "<string>" ], "allowed_name_win_templates": [ "<string>" ], "region_id": 123, "reseller_id": 123, "reseller_name": "example_reseller" } ] }
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
OK
Number of objects
x >= 0
1
Objects
Show child attributes
Was this page helpful?