POST /v1/domains/{id}/verify
Call this after publishing the records returned by add domain. DNS can take minutes to hours to propagate; if the domain is still pending, inspect each record’s verified flag to see what hasn’t resolved yet, then retry. The body is empty.
Path parameters
string
required
The domain id to re-check, for example
dom_01HZ8K3M9P.Request
Response
200 OK — the domain with its freshly re-checked status, per-record verified flags, and authHealth.
Verification runs in the background too. You don’t have to poll. Drin re-checks pending domains automatically — calling verify just makes it happen immediately instead of waiting for the next sweep.
