Get request status and results by ID
| Header | Value | Required |
|---|---|---|
X-API-Key | Your API key | Yes |
| Field | Type | Description |
|---|---|---|
requestId | string | Unique request identifier |
method | string | Verification method used |
status | string | Current status (see below) |
result | object | Verification results (if completed) |
error | object | Error details (if failed) |
stepStatuses | object | Individual step statuses (for full-check) |
webhookStatus | string | Webhook delivery status |
createdAt | string | Request creation timestamp |
completedAt | string | Request completion timestamp |
| Status | Description |
|---|---|
QUEUED | Request received and waiting for processing |
PROCESSING | Request is being processed |
COMPLETED | Request completed successfully |
FAILED | Request failed (check error details) |
PARTIAL | Request partially completed (some steps failed) |
| Status | Description |
|---|---|
PENDING | Webhook not yet sent |
SENT | Webhook delivered successfully |
RETRYING | Webhook delivery failed, retrying |
FAILED | Webhook delivery failed after all retries |