🚀 API Endpoint

Use this URL to send requests to our server:

https://socialmallu.com/api/v2

🔑 Parameters

ParameterDescription
keyYour API Key (Find in Dashboard > Settings)
actionMethod name (e.g., add, status)

âž• Place Order (add)

Method: POST

action: add
service: Service ID
link: Link to item
quantity: Needed quantity
Success Response:
{ "order": 23501 }

📊 Order Status (status)

Method: POST

action: status
order: Order ID
Success Response:
{
    "charge": "0.20",
    "start_count": "100",
    "status": "Completed",
    "remains": "0",
    "currency": "INR"
}

Need Help?

Contact support if you have issues integrating.

Contact Support