Hello, can I install the application that I need through the API?
API interface tutorial
How to get id_domain form a domain?
FileNotFoundError: [Errno 2] No such file or directory: './c3512eb2000dd1022d1c03d579ed1761.cookie'
Hello
I want to ask you
Are you planning to make a swagger for the API?
or where you can find a complete list of possibilities. There is very little information in the documentation
update pls I dont see no docs nothing pls fix specially for the amount of money im going to pay for this bull
API documentation (unfinished): https://www.aapanel.com/Document/api.pdf
PHP-Demo: https://www.bt.cn/api_demo_php.zip
Python-Demo: https://www.bt.cn/api_demo_python.zip
Hello, you can press F12 from the browser to get the interface
roarijo89
I trying aapanel api.
I created php project is working.
But i don't know for node project.
How to create node project with api.
dghub_dev
Hello, try to access the panel and press F12 to get the relevant link parameters
aaPanel_Kern
Sir can you give me api url query and example body request
dghub_dev
API documentation (unfinished): https://www.aapanel.com/Document/api.pdf
PHP-Demo: https://www.bt.cn/api_demo_php.zip
Python-Demo: https://www.bt.cn/api_demo_python.zip
- Edited
aaPanel_Kern
This document not found for node project create.
Can you show me post method body data key and value example.
Please sir.
Hello, there is currently no relevant document. It is recommended that you use your browser and press F12 to obtain it.
aaPanel_thisyear what? passed 4 years and no time?
I try to set SSL using API.
My request is:
array [
"domains" => "["site.com"]"
"auth_type" => "http"
"auth_to" => 136
"auto_wildcard" => 0
"id" => 136
]
but get error:
array [
"status" => false
"msg" => "Specific parameters are invalid!"
]
Can you help me find out which parameter exactly is invalid?
Otherwise, there is a command similar to the one for renewal:
/www/server/panel/pyenv/bin/python3 -u /www/server/panel/class/acme_v2.py --renew=1
who create SSL for specific website?
how to use v2 apis?? help
Hello, you can first obtain the corresponding interface from the developer mode of the browser
- Edited
what is x-http-token and how can i create cookie in v2 api
here is my code
fetch("/v2/project/nodejs/get_project_list", {
headers: {
accept: "application/json, text/plain, /",
"accept-language": "en-US,en;q=0.9",
"content-type": "application/x-www-form-urlencoded",
"x-http-token": "ZtCa1LiYjWFkKZvl50M3FapeivLX*****",
cookie:
"1933861057760********=e394f293-7901-4948-b000-***.9ZPNEvZkG*****",
},
body: "data=%7B%22p%22%3A1%2C%22limit%22%3A10%2C%22search%22%3A%22%22%7D",
method: "POST",
})
.then((response) => response.json())
.then((data) => console.log(data.message.data))
.catch((error) => console.log(error));
i wanna know here do i put my api key
- Edited
I discovered a great Chrome extension that records API calls and captures aaPanel api endpoints. It's quite useful and might be beneficial for others as well.