API Documentation
Automate your panel using our HTTP API.
API Endpoint
POST https://promobanger.com/api/v2
Authentication
| Parameter |
Description |
| key |
Your personal API Key |
| action |
Requested action |
Create Order
POST /api/v2
key=YOUR_API_KEY
action=add
service=123
link=https://instagram.com/example
quantity=1000
Response
{
"order": 5412587
}
Order Status
POST /api/v2
key=YOUR_API_KEY
action=status
order=5412587
{
"charge":"1.45",
"start_count":"5200",
"status":"Completed",
"remains":"0"
}
Balance
POST /api/v2
key=YOUR_API_KEY
action=balance
{
"balance":"153.48",
"currency":"USD"
}
Available Actions
| Action |
Description |
| services |
List all services |
| add |
Create new order |
| status |
Order status |
| multiple_status |
Multiple order status |
| balance |
Account balance |