CyberPanel Cloud API
Official documentation for CyberPanel API.
Small video tutorial on how to use this API is available here.
Each request need an Authorization header, which you can create from your admin user password, below is python code to generate your token.
Server username will be replaced with "admin" and password with your actual password of CyberPanel, this function will then return token that you can use in Authorization header and pass it on with every api call.
Loading