API Docs
| HTTP Method | POST |
| API URL | https://reseller.shuttericons.com/api/v2 |
| Response format | JSON |
| Download Examples | Example of PHP code |
User balance
| Parameters | Description |
|---|---|
| api_token | Your API token |
| action | balance |
Example response
{
"balance": "100.84292",
"currency": "USD"
}
| Parameters | Description |
|---|---|
| api_token | Your API token |
| action | packages |
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"
}
]
| Parameters | Description |
|---|---|
| api_token | Your API token |
| action | add |
| package | package ID |
| link | Link to page |
| quantity | Needed quantity |
Example response
{
"order": 23501
}
| Parameters | Description |
|---|---|
| api_token | Your API token |
| action | status |
| order | Order ID |
Example response
{
"status": "Completed",
"start_counter": "600",
"remains": "600"
}
Subscription Order Example response
{
"status": "Submitted",
"total_posts": 2,
"triggered_posts": 0,
"remaining_posts": 2
}