API Documentation
REST API v2 — JSON responses
HTTP Method
POST
Response Format
JSON
Authentication
API Key required
API Key
Get it on the Account page
API URL
https://phaismmpanel.store/api/v2
POSTService listaction: services▶
| Parameter | Description |
|---|---|
| key | Your API key |
| action | services |
[{ "service": 1, "name": "Followers" }]
POSTAdd orderaction: add▶
{ "order": 23501 }
POSTOrder statusaction: status▶
{ "status": "Completed" }POSTMultiple orders statusaction: status▶
{ "1": { "status": "Completed" } }POSTCreate refillaction: refill▶
{ "refill": 1 }POSTRefill statusaction: refill_status▶
{ "status": "Completed" }POSTUser balanceaction: balance▶
{ "balance": "100.84" }