How to login into GoProxies API and list your current sub-users?
How to login into GoProxies API?
curl -X POST https://api.goproxies.com/api/v1/login \
-H "Content-Type: application/json" \
-d '{"username": "{YOUR_USERNAME}", "password": "{YOUR_PASSOWRD}"}'How to list all current sub-users?
curl -X GET https://api.goproxies.com/api/v1/reseller/subusers \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_TOKEN_FROM_LOGIN"Last updated
Was this helpful?

