Get verification result (poll)
Verification
Get verification result (poll)
Poll the status of an asynchronous verification started by POST /verify
(which returned 202 with a reportFetchId).
Always returns HTTP 200; branch on the body:
- Pending —
{ "pending": true, "status": "pending" | "processing" | "waiting_for_registry" }— keep polling. - Failed —
{ "status": "failed", "error": "<reason>" }. - Completed — the full
VerifyResponse(same shape as a synchronous200fromPOST /verify).
GET
Get verification result (poll)
Authorizations
API key as Bearer token: Authorization: Bearer cur_live_xxxxx
Path Parameters
The reportFetchId returned by POST /verify (UUID)