API Documentation (v2)
Use the ResellerBoost.Com API to connect your website, application, or smart panel with our services and automate your orders directly from your own system.
đ Generate Your API KeyAPI Endpoint
POST
https://resellerboost.com/api/v2.php
1. Balance
| Parameter | Description |
|---|---|
key |
Your Secret API Key |
action |
balance |
Response:
{
"balance": "100.00",
"currency": "USD"
}
2. Services
| Parameter | Description |
|---|---|
key |
Your Secret API Key |
action |
services |
Response:
[
{
"service": 1,
"name": "YouTube Subscribers [Non-Drop]",
"type": "Default",
"category": "YouTube",
"rate": "1.50",
"min": 100,
"max": 5000
},
{
"service": 2,
"name": "YouTube Views",
"type": "Default",
"category": "YouTube",
"rate": "0.50",
"min": 100,
"max": 100000
}
]
Note: The Services API returns the available service ID, service name, type, category, rate, minimum quantity, and maximum quantity.
3. Add Order
| Parameter | Description |
|---|---|
key |
Your Secret API Key |
action |
add |
service |
Service ID |
link |
Target link (Example: YouTube Link) |
quantity |
Quantity (Example: 1000) |
Response:
{
"order": 23501
}
4. Order Status
| Parameter | Description |
|---|---|
key |
Your Secret API Key |
action |
status |
order |
Your Order ID |
Response:
{
"charge": "1.50",
"start_count": "150",
"status": "In progress",
"remains": "850",
"currency": "USD"
}
5. Multiple Order Status
| Parameter | Description |
|---|---|
key |
Your Secret API Key |
action |
status |
orders |
Multiple Order IDs separated by comma |
Example:
{
"orders": "23501,23502,23503"
}
6. Cancel Order
| Parameter | Description |
|---|---|
key |
Your Secret API Key |
action |
cancel |
order |
Order ID |
Response:
{
"status": "success"
}
7. Refill Order
| Parameter | Description |
|---|---|
key |
Your Secret API Key |
action |
refill |
order |
Order ID |
Response:
{
"status": "success"
}
8. API Request Example
POST https://resellerboost.com/api/v2.php key=YOUR_API_KEY action=add service=1 link=https://youtube.com/example quantity=1000
Important: Always keep your API Key private. Never publish your API Key in frontend JavaScript, public repositories, screenshots, or client-side source code.
9. Order Status Values
| Status | Description |
|---|---|
Pending |
The order has been received and is waiting to start. |
In progress |
The order is currently being processed. |
Completed |
The order has been successfully completed. |
Partial |
The order was partially completed. |
Processing |
The order is being processed by the service. |
Canceled |
The order has been canceled. |
Failed |
The order could not be processed successfully. |
API Security
1. Keep your API Key confidential.
2. Use HTTPS when sending API requests.
3. Do not expose your API Key in frontend code.
4. If your API Key is compromised, generate a new key immediately.
5. Always validate API responses before processing orders in your own application.
API Support
Need help integrating the ResellerBoost.Com API? Please contact our support team through the official support/ticket system available inside your ResellerBoost.Com account.
ResellerBoost.Com API Support
ResellerBoost.Com API Support