Trigger domain verification
POST/domains/:id/verify
Queue an asynchronous DNS verification check. Returns immediately with
a job_id. Poll GET /v1/domains/{id}/verification-status (or the
higher-level GET /v1/domains/{id}) for the result, or subscribe to
the domain.verified webhook event when sc-5444 ships.
Returns 409 if a verification is already in progress for this domain (within the last 2 minutes).
Request
Responses
- 202
- 404
- 409
Verification job queued
Domain not found
Verification already in progress