Identity Verify
POST/prefill/verify
Pure Identity Verify — verifies the identity submitted for a credit application against the prefill. Requires a prior possession session supplied via the Agc-Session-Id header (obtained from POST /prefill/auth). The engine Identity Verify only runs when the submitted identity differs from the prefill (email is not compared) — if everything matches, the prefill is trusted as-is (changed: false) and no additional engine call is made. Requires that POST /prefill/trust-and-identity has already run on the session. No trust fields are returned — this endpoint performs identity verification only.
Request
Responses
- 200
- 400
- 401
- 403
- 409
- 410
- 429
- 500
Identity verify decision (or a no-change confirmation)
Response Headers
The applicant id
We update the API major version whenever we introduce breaking changes. Internally, we update minor and patch versions whenever we add functionality and backward-compatible updates
The current limit on a 5-minute window.
The remaining calls on a 5-minute window.
The timestamp of the request reception.
Bad Request
Unauthorized
Forbidden
Conflict - no prefill on this session. Run POST /prefill/trust-and-identity before verifying.
Gone - the session expired or was not found. Restart with POST /prefill/auth.
Too Many Requests
Internal Server Error