API
| HTTP Method | POST |
| API URL | https://growsmm.in/.netlify/functions/api |
| API Key | Get an API key on the Account page |
| Response format | JSON |
Service List
| Parameter | Explanation |
|---|
| key | Your API Key |
| action | services |
Sample return
[
{
"service": 1,
"name": "Followers",
"type": "Default",
"category": "First Category",
"rate": "0.90",
"min": "50",
"max": "10000"
}
]
New order
| Parameter | Explanation |
|---|
| key | Your API Key |
| action | add |
| service | Service ID |
| link | Service connection |
| quantity | Quantity |
Sample return
{
"order": 23501
}
Order status
| Parameter | Explanation |
|---|
| key | Your API Key |
| action | status |
| order | Order ID |
Sample return
{
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157",
"currency": "INR"
}
User balance
| Parameter | Explanation |
|---|
| key | Your API Key |
| action | balance |