HTTP Method | POST |
API URL | https://getcheappanel.com/api/v2 |
API KEY | Your API Key |
Response Format | JSON |
Parameters | Description |
api_token | Your API Key |
action | services |
[ { "id":"1", "name":"Instagram Followers", "type":"default" }, { "id":"2", "name":"Instagram Likes", "type":"default" }, { "service":"3", "name":"Facebook Custom Comments", "type":"custom_data" } ]
Parameters | Description |
api_token | Your API Key |
action | add |
package | Package ID |
link | Link to Page |
quantity | Need quantity |
custom_data | Comments list separated by \r\n or \n |
{ "order": 23501 }
Parameters | Description |
api_token | Your API Key |
action | status |
order | Order ID |
{ "status": "Partial", "start_counter": "3572", "remains": "157", }
Parameters | Description |
api_token | Your API Key |
action | balance |
"balance": "100.84292", "currency": "USD"Example PHP Code