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 |