1. Docs
  2. API Reference
  3. AuthDomainResponseDto

AuthDomainResponseDto

Example

JSON
{
  "id": "string",
  "domain": "auth.yourapp.com",
  "tls_status": "pending",
  "dns_verified_at": "2026-04-20T12:00:00.000Z",
  "active": false,
  "dns_records": [
    {
      "type": "CNAME",
      "name": "string",
      "value": "string"
    }
  ]
}

Properties

6 properties 6 required

id string Required
domain string Required
Exampleauth.yourapp.com
tls_status enum Required

TLS certificate status for the domain.

Enumpendingissuedfailed
dns_verified_at string Required

When the DNS challenge last verified, or null while still pending.

format: date-timenullable
active boolean Required

True once the domain is DNS-verified AND its certificate is issued — the only state in which it serves live traffic.

dns_records array of AuthDomainDnsRecordDto Required

The DNS records to publish to activate this domain.

Was this page helpful?

Tell us how we can improve this guide.