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