Path Parameters
domain_id*Domain Id
Format
uuidHeader Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/email-domains/497f6eca-6276-4993-bfeb-53cbbbba6f08/dns-check"{ "kind": "hail_mail", "dns_provider": { "id": "string", "name": "string", "dns_url": "string", "note": "string" }, "zone": "string", "records": [ { "name": "string", "value": "string", "type": "CNAME", "priority": 0, "observed": true } ], "dmarc": { "present": true, "suggested": { "name": "string", "value": "string", "type": "CNAME", "priority": 0 } }, "lookup_ok": true}Delete Subscription
Permanently remove a webhook subscription. Irreversible — no further events are delivered to it, and its delivery history is deleted with it.
Enable Sms
Attach a dedicated number to the org's shared SMS Messaging Service. Required once per number before it can send/receive SMS; the number must already have been acquired with sms capability. Idempotent — calling this again on an already-enabled number just returns its current state. Fails with 422 for a released number or one that lacks sms capability.