Flash Proxy
  • Authorization
  • Important
  • Reseller
    • Get balance
    • Formatting Proxies
  • Residential Proxies
  • Unlimited Proxies
  • Sub-users
    • Create a sub-user
    • Get all sub-users
    • Get sub-user by ID
    • Update sub-user
  • Proxy Plans
    • Purchase a plan
    • Update a plan
    • Delete a plan
  • Countries
    • Get countries
    • Get states
    • Get cities
    • Get ASNs
Powered by GitBook
On this page
  1. Sub-users

Get all sub-users

This endpoint returns all sub users.

PreviousCreate a sub-userNextGet sub-user by ID

Last updated 8 months ago

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"
    }
  ]
}