| HTTP Method | POST |
| API URL | https://smm-booster.com/api/v2 |
| Response Format | JSON |
| Parameters | Descriptions |
|---|---|
| api_token | Your API token |
| action | Method Name |
| package | ID of package |
| link | Link to page |
| quantity | Needed quantity |
| custom_data | optional, needed for custom comments, mentions and other relaed packages only. each separated by '\n', '\n\r' |
Success Response:
{
"order":"23501"
}
| Parameters | Descriptions |
|---|---|
| api_token | Your API token |
| action | Method Name |
| order | Order ID |
Success Response:
{
"status": "Completed",
"start_counter": "600",
"remains": "600"
}
| Parameters | Descriptions |
|---|---|
| api_token | Your API token |
| action | Method Name |
Example Response:
{
"balance": "100.78",
"currency": "USD"
}
| Parameters | Descriptions |
|---|---|
| api_token | Your API token |
| action | Method Name |
Example Response:
[
{
"id":"1",
"name":"Instagram Followers",
"type":"default"
},
{
"id":"2",
"name":"Instagram Likes",
"type":"default"
},
{
"service":"3",
"name":"Facebook Custom Comments",
"type":"custom_data"
}
]
Example of PHP code