API

HTTP Method POST or GET
API URL https://7panel.net/api/v2
API Key Get Api Key
Response format JSON

Service list

Parameters Description
key Your API key
action services

Example response

[
    {
        "service": 1,
        "name": "Followers",
        "type": "Default",
        "category": "First Category",
        "rate": "0.90",
        "min": "50",
        "max": "10000",
    },
    {
        "service": 2,
        "name": "Comments",
        "type": "Custom Comments",
        "category": "Second Category",
        "rate": "8",
        "min": "10",
        "max": "1500",
    }
]

New order

Parameters Description
key Your API key
action add
service Service ID
quantity Your quantity
link Link to page

Example response

{
    "order": 41652
}

Order status

Parameters Description
key Your API key
action status
order Order ID

Example response

{
    "charge": "0.27819",
    "start_count": "3572",
    "status": "Partial",
    "remains": "157",
    "currency": "USD"
}

User balance

Parameters Description
key Your API key
action balance

Example response

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

Create refill

Parameters Description
key Your API key
action refill
order Order ID

Example response

{
    "refill": "1"
}

Get refill status

Parameters Description
key Your API key
action refill_status
refill Refill ID

Example response

{
    "status": "Completed"
}

Example of PHP code



7Panel

See our dashboard options.


Sidenav Type

Choose between 2 different sidenav types.

You can change the sidenav type just on desktop view.


Navbar Fixed

Light / Dark

Our TG Channel