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
True once the domain is DNS-verified AND its certificate is issued — the only state in which it serves live traffic.
Tell us how we can improve this guide.