prufa_verify_discovery_domain
Verify a registered discovery domain by checking its DNS TXT record. Returns 'verified' when the proof resolves, otherwise 'pending'.
Instructions
[Pro] Check the published DNS TXT proof for a registered discovery domain now. Idempotent — returns the domain body with status 'verified' once the TXT record resolves, or still 'pending' if DNS hasn't propagated yet (retry later).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain_id | Yes | id from prufa_register_discovery_domain / prufa_list_discovery_domains. | |
| idempotency_key | No | Optional. Replays of the same key within 24h return the original response without re-executing — pass one to make retries safe. Omitted: a fresh key is generated, so each call executes. |