| HTTP Method | POST |
API
| HTTP Method | POST |
| API URL | https://bbysmm.com/api/v2 |
| Return format | JSON |
Service List
| parameters | Explanation |
|---|---|
| key | Your API Key |
| action | services |
Sample return
New order
| Parameter | Explanation |
|---|---|
| key | Your API Key |
| action | add |
| service | Servis ID |
| link | Service connection |
| quantity | Quantity |
| runs (optionally) | Runs to deliver |
| interval (optionally) | Interval in minutes |
Sample return
Order status
| Parameter | Explanation |
|---|---|
| key | Your API Key |
| action | status |
| order | Order ID |
Sample return
User balance
| Parameter | Explanation |
|---|---|
| key | Your API Key |
| action | balance |
Sample return
Sample PHP file
| HTTP Method | POST |