Skip to main content

List DNS

Returns a list of all DNS

HTTP Request

GET /dns

Auth: true

Example Response


{
"service_ids": [
"10",
"20"
],
"zones": [
{
"domain_id": "60",
"name": "booble.com",
"service_id": "10"
},
{
"domain_id": "61",
"name": "bgg12ooble.com",
"service_id": "20"
}
]
}