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 sub-user by ID

Retrieve a specific sub user, along with the plans.

PreviousGet all sub-usersNextUpdate sub-user

Last updated 7 months ago

Get a sub user by id

get
Authorizations
Path parameters
idstringRequired
Responses
200
Successful response
application/json
404
Sub user not found
application/json
get
GET /api/sub-users/{id} HTTP/1.1
Host: reseller.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "success": true,
  "sub_user": {
    "id": "text",
    "name": "text",
    "email": "text",
    "proxy_username": "text",
    "proxy_password": "text",
    "reseller_plans": [
      {
        "id": 1,
        "proxy_type": "text",
        "start_date": "2025-06-03T00:48:15.679Z",
        "end_date": "2025-06-03T00:48:15.679Z",
        "max_bytes": "text",
        "bytes_used": "text",
        "status": "ACTIVE",
        "createdAt": "2025-06-03T00:48:15.679Z",
        "proxyList": [
          "text"
        ]
      }
    ]
  }
}