Developer API
Automate your business by connecting your tools to Social Busta.
API KEY
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"