API Docs
HTTP Method |
POST |
API URL |
https://getcheappanel.com/api/v2 |
Response format |
JSON |
package list
Parameters |
Description |
api_token |
Your API token |
action |
packages |
Example response
[
{
"id":"1",
"name":"Instagram Followers",
"type":"default"
},
{
"id":"2",
"name":"Instagram Likes",
"type":"default"
},
{
"service":"3",
"name":"Facebook Custom Comments",
"type":"custom_data"
}
]
Add order
Parameters |
Description |
api_token |
Your API token |
action |
add |
package |
Package ID |
link |
Link to page |
quantity |
Needed quantity |
custom_data |
optional, needed for custom comments, mentions and other relaed packages only.
each separated by '\n', '\n\r' |
Example response
{
"order": 23501
}
Order status
Parameters |
Description |
api_token |
Your API token |
action |
status |
order |
Order ID |
Example response
{
"status": "Partial",
"start_counter": "3572",
"remains": "157",
}
User balance
Parameters |
Description |
api_token |
Your API token |
action |
balance |
Example response
{
"balance": "100.84292",
"currency": "USD"
}
Example of PHP code