HTTP Method POST
API URL https://getcheappanel.com/api/v2
API KEY Your API Key
Response Format JSON

Services List

Parameters Description
api_token Your API Key
action services

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 Key
action add
package Package ID
link Link to Page
quantity Need quantity
custom_data Comments list separated by \r\n or \n

Example Response

{
"order": 23501
}

Order Status

Parameters Description
api_token Your API Key
action status
order Order ID

Example Response

{
    "status": "Partial",
    "start_counter": "3572",
    "remains": "157",
}

User Balance

Parameters Description
api_token Your API Key
action balance

Example Response

"balance": "100.84292",
"currency": "USD"
Example PHP Code