Skip to main content
GET
/
reseller
/
v1
/
sub-user
/
{subUserId}
cURL
curl --request GET \
  --url https://swiftproxy.io/api/reseller/v1/sub-user/{subUserId}
{
  "success": true,
  "subUser": {
    "id": "<string>",
    "email": "<string>",
    "username": "<string>",
    "password": "<string>",
    "proxyType": "PREMIUM_RESIDENTIAL",
    "enabled": true,
    "trafficLimit": 123,
    "trafficLeft": 123,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Path Parameters

subUserId
string
required

ID of the sub-user

Response

Sub-user details response

success
boolean
Example:

true

subUser
object