Reseller API
Compatible with standard SMM panel v2. Generate a key in the dashboard, then POST to/api/v2.
POST /api/v2
Content-Type: application/json
{ "key": "smg_...", "action": "balance" }
{ "key": "smg_...", "action": "services" }
{ "key": "smg_...", "action": "add", "service": "ID", "link": "https://...", "quantity": 1000 }
{ "key": "smg_...", "action": "status", "order": "ORDER_ID" }