Prefill (Trust + Identity)
POST/prove/prefill
Runs the Prove Trust Score and, when it clears the threshold and none of the optional abandon_prefill_reason_codes matched, the Identity Prefill — in a single call. Identify the session with the Agc-Session-Id header returned from Auth Initial.
When trust fails, or a caller abandon code matches, the response stops after trust with proceeded_to_prefill: false and completed: true. On success, identity is returned and completed is false (Identity Verify may follow).
Note: this endpoint runs billable Prove calls. Send a fresh
Idempotency-Keyper attempt.
Request
Responses
- 200
- 400
- 401
- 403
- 410
- 429
- 500
Trust result, plus prefill identity when the flow proceeded
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
Gone - the Prove session expired or was not found. Restart with Auth Initial.
Too Many Requests
Internal Server Error