How to create a sub-user via GoProxies API?
curl -X POST https://api.goproxies.com/api/v1/reseller/subusers \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {YOUR_TOKEN_FROM_LOGIN}" \
-d '{"username": "MY_USER", "enabled": true, "traffic_limit_amount": 10, "period_seconds": 99999, "recurring": true}'PreviousHow to login into GoProxies API and list your current sub-users?NextHow to check usage traffic of the sub-user?
Last updated
Was this helpful?

