#The Custom Domain object
Captures a branded hostname that Linkbreakers provisions for a workspace so scans and shortlinks resolve under the customer's domain, including verification and certificate lifecycle state.
activatedAt
string (date-time)Timestamp when the domain became active after passing verification and certificate checks.
createdAt
string (date-time)Timestamp when the domain was created
id
stringUnique identifier for the custom domain (UUID)
lastCheckedAt
string (date-time)Timestamp of the last verification check
name
stringThe domain name
rootDestination
stringThe URL to redirect to when accessing the domain root (e.g., example.com without any path). If not specified, redirects to linkbreakers.com by default.
status
string (enum)The status of a custom domain
Allowed values
STATUS_UNSPECIFIEDThe status is not specified
STATUS_INACTIVEThe domain is inactive. It was created but not checked yet.
STATUS_DOMAIN_PENDINGThe domain is pending. Last time it was checked, it was not pointing to the correct Linkbreakers subdomain.
STATUS_VERIFICATION_PENDINGThe domain is pending verification. Please verify through TXT record.
STATUS_CERTIFICATE_PENDINGThe domain is pending certificate. The SSL certificate is not yet ready.
STATUS_ACTIVEThe domain is fully active
updatedAt
string (date-time)Timestamp when the domain was last updated
workspaceId
stringThe ID of the workspace this domain belongs to (UUID)