Skip to content

List custom domains

GET
/v1/domains

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. 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": [
  
  
  
  
{
  
  
  
  
}
  
  
  
]
  
  
}
  
]
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI

Apache-2.0 licensed · a Finnoto product