Skip to main content

Reseller API — managing sub-users and traffic

The Reseller API is available to users with confirmed reseller status. It lets you fully automate client management without using the dashboard.

What you can do:

  • Create and configure sub-users

  • Add or subtract traffic from a sub-user's balance

  • Retrieve a list of all sub-users with their credentials and usage stats

Getting started

  1. Go to Dashboard → API Management → API Authentication Settings

  2. Copy your API login and API password

  3. Use POST user/token/get to retrieve your bearer token

  4. Pass the token in the Authorization header of all subsequent requests

Key endpoints

Action

Endpoint

Get token

POST user/token/get

Create sub-user

POST sub-users/create

Add traffic

POST balance/add

Subtract traffic

POST balance/add (use before amount)

List sub-users

GET sub-users/info

API reference

⚠️ Reseller API access requires completed KYC verification and a signed Reseller Agreement. See How to Join the Reseller Program.

Did this answer your question?