List DNS Domains

Returns a full list of dns domains.

GET
https://portal.onyx.io/api/v2/dns_domains

If successful, this endpoint will return a 200 OK status.

Returned Object

When the request is successful, you can expect an object matching the specification below to be returned.

{
    dns_domains: [ DNSDomain {
        id: Integer?
        name: String
        service_id: Integer
    } ]
}