API Docs
| HTTP Method |
POST |
| API URL |
https://dropsmm.com/api/v2 |
| Response format |
JSON |
Service list
| Parameters |
Description |
| api_token |
Your API key |
| 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"
}
]
Add order
| Parameters |
Description |
| api_token |
Your API key |
| action |
add |
| package |
package ID |
| link |
Link to page |
| quantity |
Needed quantity |
| Parameters |
Description |
| api_token |
Your API key |
| action |
add |
| service |
Service ID |
| link |
Link to page |
| custom_data |
Comments list separated by \r\n or \n |
Example response
{
"order": 23501
}
Order status
| Parameters |
Description |
| api_token |
Your API key |
| action |
status |
| order |
Order ID |
Example response
{
"status": "Completed",
"start_counter": "600",
"remains": "600"
}
User balance
| Parameters |
Description |
| api_token |
Your API key |
| action |
balance |
Example response
{
"balance": "100.84292",
"currency": "USD"
}
Example of PHP code