Get ID Verification (List & Single)
ID Verification
Get ID Verification (List & Single)
List ID verification audit records or get one by ID β in the gu1 KYC API for identity verification flows, with examples for get id verification.
GET
Get ID Verification (List & Single)
Documentation Index
Fetch the complete documentation index at: https://docs.gu1.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
After submitting document images via POST ID Verification, each request is stored for audit. You can:- List verifications (with optional filters:
entityId,withoutEntity,status, pagination). - Get a single verification by ID (same UUID as
verificationIdin the POST response).
extractedData shape as POST (see extractedData fields), including extraFields for non-promoted document keys.
1. List verifications
Query parameters
| 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. |
Response (200 OK)
2. Get a single verification
verificationId from the POST response or from the list.
Path parameters
UUID of the ID verification (same as
verificationId from POST or list).Response (200 OK)
Same object shape as one item in the list above (fullextractedData). 404 if not found or not in your organization.
Headers
For all requests:X-Organization-Id if your account is organization-scoped.
Error Responses
| 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. |
Example
Next Steps
ID Verification (POST)
Submit document front/back and get validation
Face Match
Compare document and selfie