Get all sub-users
This endpoint returns all sub users.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Successful response
application/json
get
/api/sub-usersGET /api/sub-users HTTP/1.1
Host: reseller.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
200
Successful response
{
"success": true,
"sub_users": [
{
"id": "text",
"name": "text",
"email": "text",
"proxy_username": "text",
"proxy_password": "text"
}
]
}Last updated