List ID verification audit records, get one by ID, or stream stored document images
entityId, withoutEntity, status, pagination).verificationId in the POST response).| Parameter | Type | Description |
|---|---|---|
entityId | string (UUID) | Optional. Filter by person entity. |
withoutEntity | boolean | If true, only verifications with no associated entity. |
status | string | Optional. approved | declined | failed. |
limit | number | Max items (default 50, max 100). |
offset | number | Pagination offset. |
verificationId from the POST response or from the list.
verificationId from POST or list).documentFrontStoragePath or documentBackStoragePath, you can stream the image bytes:
Content-Type: image/jpeg).X-Organization-Id if your account is organization-scoped.
| Code | HTTP | Description |
|---|---|---|
NOT_FOUND | 404 | Verification ID does not exist or belongs to another organization. |
UNAUTHORIZED | 401 | Missing or invalid API key or organization context. |