Get all sub-users

This endpoint returns all sub users.

Get all sub users

get
Authorizations
Responses
200
Successful response
application/json
get
GET /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