Add Domain

Add Domain Name for hosted DNS management

Add Domain URL:

POSThttps://api.hyperleaf.com/api/dns/add_domain

POST Example

curl https://api.hyperleaf.com/api/dns/add_domain?key=mykey \
    -d 'domain=blah.com'

Request Fields (* required)

Name
Type
Description

domain*

string

the domain you're adding

Response Examples

{
    "status": "ok",
    "message": "Added Domain"
}

Last updated