Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.glorycloud.com/go-api/v1/proxy/countries \ --header 'apiKey: <apikey>'
{ "countries": [ { "countryCode": "<string>", "countryName": "<string>" } ] }
Get a list of countries where proxy servers are available for use.
API key used for authentication.
Successful Response
Show child attributes