After becoming a reseller, you can manage your clients programmatically through the DataImpulse Open API.
Getting started
In your dashboard, go to API Management → API Authentication Settings
Save your API login and API password
Open the Reseller API documentation and click Run in Postman
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