This endpoint returns all sub users.
Last updated 8 months ago
GET /api/sub-users HTTP/1.1 Host: reseller.flashproxy.io Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "success": true, "sub_users": [ { "id": "text", "name": "text", "email": "text", "proxy_username": "text", "proxy_password": "text" } ] }