Integrate our premium services into your own platform using our powerful and easy-to-use API.
| HTTP Method | POST |
| API URL | https://mail.aevosmm.com/api/v1 |
| API Key | Your API Key |
| Response format | JSON |
| Parameters | Description |
|---|---|
| key | Your API key |
| action | services |
Example Response
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000",
"refill": true
}
]
| Parameters | Description |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Link to page |
| quantity | Needed quantity |
Example Response
{
"order": 23501
}
| Parameters | Description |
|---|---|
| key | Your API key |
| action | status |
| order | Order ID |
Example Response
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "USD"
}
| Parameters | Description |
|---|---|
| key | Your API key |
| action | balance |
Example Response
{
"balance": "100.84292",
"currency": "USD"
}