Developer API
Automate your orders by connecting your tools to Social Busta.
- Place, check and cancel orders via HTTP
- Check wallet balance & service list
- Orders charged at retail price
- No discount — same as ordering manually
- Everything in API access, plus:
- 10–30% discount on all service costs
- Set your own prices for your clients
- White-label panel & custom domain
HTTP Request Method
POST or GET
API URL
https://socialbusta.com.ng/user_api.php?action=v2
ACTION Service List
Returns a complete list of available services, categories, and rates.
| Parameter | Description |
|---|---|
key | Your API Key |
action | services |
ACTION Add Order
Places a new order on the platform. Charge is automatically deducted from balance.
| Parameter | Description |
|---|---|
key | Your API Key |
action | add |
service | Service ID (Integer) |
link | Direct link to the content |
quantity | Number of items |
Security
If your API key is compromised, you can regenerate it here. Old key will stop working immediately.
Quick Example (Curl)
curl -X POST "https://socialbusta.com.ng//user_api.php?action=v2" \ -d "key=YOUR_KEY" \ -d "action=balance"