Flash Proxy Reseller API
  • Getting Started
    • Authorization
    • Formatting Proxies
  • Sub-Users
    • Create a sub-user
    • Get all sub-users
    • Get sub-user by ID
    • Update a sub-user
  • Proxy Plans
    • Purchase a plan
    • Update a plan
  • Reseller
    • Reseller Balance
  • Countries
    • Get Countries
    • Get States
    • Get Cities
Powered by GitBook
On this page
  1. Sub-Users

Get sub-user by ID

PreviousGet all sub-usersNextUpdate a sub-user

Last updated 8 months ago

Retrieve a specific sub user, along with the plans.

Get a sub user by id

get
Authorizations
Path parameters
idstringRequired
Responses
200
Successful response
application/json
404
Sub user not found
get
GET /api/sub-users/{id} HTTP/1.1
Host: api.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "success": true,
  "sub_user": {}
}