Quick Start
Get your API keys
You can generate an API key from the User Settings at the top right drop down of the portal.
Get the basics
The system will accept GET and POST requests for all commands. You can tie them into the URL using domain=mydomain.net&record=3.4.2.1 or send them as POST commands. For full functionality and support of all characters, POST is recommended.
Here are some sample API commands:
curl "https://api.hyperleaf.com/api/dns/add_domain?key=942m-h923b-834b-4fd3b4528b6e&domain=mydomain.net"curl -X POST https://api.hyperleaf.comst/api/vms/create?key=your-key
-d 'uuid=320jf-2jf92jf-23f'Last updated