API

HTTP MethodPOST
API URLhttps://growsmm.in/.netlify/functions/api
API KeyGet an API key on the Account page
Response formatJSON

Service List

ParameterExplanation
keyYour API Key
actionservices

Sample return

[
  {
    "service": 1,
    "name": "Followers",
    "type": "Default",
    "category": "First Category",
    "rate": "0.90",
    "min": "50",
    "max": "10000"
  }
]

New order

ParameterExplanation
keyYour API Key
actionadd
serviceService ID
linkService connection
quantityQuantity

Sample return

{
  "order": 23501
}

Order status

ParameterExplanation
keyYour API Key
actionstatus
orderOrder ID

Sample return

{
  "charge": "0.27819",
  "start_count": "3572",
  "status": "Partial",
  "remains": "157",
  "currency": "INR"
}

User balance

ParameterExplanation
keyYour API Key
actionbalance