API Docs

  • HTTP MethodPOST
  • API URLhttps://boostingpanel.com/api/v2
  • Response formatJSON
  • Example Code Example of PHP code

Add order

Parameters Description
api_token Your API key
action add
package Package ID
link Link to page
quantity Needed quantity

Example response

{
    "order":"23501"
}
                                

Order status

Parameters Description
api_token Your API Token
action status
order Order ID

Example response

{
    "status": "Completed",
    "start_counter": "600",
    "remains": "600"
}                           

Service 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"
  }
]

User balance

Parameters Description
api_token Your API Token
action balance

Example response

{
    "balance": "100.84292",
    "currency": "USD"
}
                    

Ready to Get Started?

All user information is kept 100% private and will NOT be shared with anyone. Always remember, you are protected with BoostingPanel.com

Get Started Now