Skip to main content

Managing Sub-Users via API

After becoming a reseller, you can manage your clients programmatically through the DataImpulse Open API.

Getting started

  1. In your dashboard, go to API Management → API Authentication Settings

  2. Save your API login and API password

  3. Open the Reseller API documentation and click Run in Postman

  4. Import the collection into Postman (or any HTTP client)

Key operations

Get your API token — use user/token/get with your API login and password.

Create a sub-user — go to sub-users → post/create, add your API token in the Authorization tab, and specify the username, threads, sticky range, and other parameters in the Body tab.

Add traffic to a sub-user — go to balance → post/add, enter the user ID and traffic amount.

Subtract traffic — same as adding, but use a minus sign before the amount.

View all sub-users — use sub-users → GET/info to retrieve logins, passwords, traffic balances, and usage details.

💡 You can also view and manage sub-users directly in the API Management tab of your dashboard without using Postman.

👉 Full API reference: Reseller documentation on Postman

Did this answer your question?