Get sub-user by ID

Retrieve a specific sub user, along with the plans.

Get a sub user by id

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200

Successful response

application/json
get
/api/sub-users/{id}
GET /api/sub-users/{id} HTTP/1.1
Host: api.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "success": true,
  "sub_user": {}
}

Last updated