Verify a custom domain
dropthis_domains_verifyVerify a custom domain's DNS and TLS provisioning, advancing it from pending_dns to live. Re-call after retry_after if not yet live, and use it to recover from failed statuses.
Instructions
Check a custom domain's DNS and TLS provisioning and advance its status (pending_dns → verifying → live). Not blocking — if status comes back verifying or pending_dns, re-call after the retry_after seconds shown in the dns records; each record's diagnostics show the expected value vs what DNS currently observed. Always re-callable — also the recovery path after a failed status (e.g. a restrictive CAA record blocking certificate issuance). Once status is live the domain serves drops: publish with domain set, or rely on the account default for path-mode domains. Takes the dom_… id or the hostname.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | The `dom_…` id or the hostname of the domain to verify. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| dns | No | ||
| mode | No | ||
| next | No | ||
| dropId | No | ||
| status | No | ||
| default | No | ||
| hostname | No | ||
| consoleUrl | No | ||
| retryAfter | No | ||
| verifiedAt | No | ||
| failureReason | No |