List custom domains
GET
/v1/domains
Authorizations
apiKey
Scoped API key. Scopes are read ⊂ write ⊂ admin. A call needing more scope than the key holds returns 403 insufficient_scope.
Type
HTTP (bearer)
Responses
Domains with verification + TLS state.
application/json
JSON "data": [ { "domain": "acme.in", "state": "string", "records": [ { } ] } ]
{
}