Integrate BoostSmg directly into your own platform or reseller panel. Place orders, check status, request refills, and manage your balance programmatically with a simple REST API.
Sign up for a free account, then visit the API page in your dashboard to generate your personal API key. Every request must include this key — keep it secret, and regenerate it any time from your dashboard if it's ever exposed.
| HTTP Method | POST |
| API URL | https://yourdomain.com/api/v2 |
| Response format | JSON |
| Parameter | Description |
|---|---|
| key | Your API key |
| action | services |
Example response
| Parameter | Description |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| quantity | Needed quantity |
| runs (optional) | Runs to deliver |
| interval (optional) | Interval in minutes |
| Parameter | Description |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| comments | Comments list separated by \r\n or \n |
Example response
| Parameter | Description |
|---|---|
| key | Your API key |
| action | status |
| order | Order ID |
Example response
| Parameter | Description |
|---|---|
| key | Your API key |
| action | status |
| orders | Order IDs (separated by a comma, up to 100 IDs) |
Example response
| Parameter | Description |
|---|---|
| key | Your API key |
| action | refill |
| order | Order ID |
Example response
| Parameter | Description |
|---|---|
| key | Your API key |
| action | refill |
| orders | Order IDs (separated by a comma, up to 100 IDs) |
Example response
| Parameter | Description |
|---|---|
| key | Your API key |
| action | refill_status |
| refill | Refill ID |
Example response
| Parameter | Description |
|---|---|
| key | Your API key |
| action | refill_status |
| refills | Refill IDs (separated by a comma, up to 100 IDs) |
Example response
| Parameter | Description |
|---|---|
| key | Your API key |
| action | cancel |
| orders | Order IDs (separated by a comma, up to 100 IDs) |
Example response
| Parameter | Description |
|---|---|
| key | Your API key |
| action | balance |
Example response
Create a free account to get your API key and start integrating in minutes.
Sign Up & Get API Key