Skip to main content

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

Identity verify decision (or a no-change confirmation)

Response Headers
    Agc-Applicant-Id

    The applicant id

    Agc-Api-Version

    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

    X-Rate-Limit

    The current limit on a 5-minute window.

    X-Rate-Limit-Remaining

    The remaining calls on a 5-minute window.

    Timestamp

    The timestamp of the request reception.