v4

latestOpenAPI 3.0.4Apache 2.0raw.githubusercontent.com2026-07-0491824.1 KB
Redemption

Complete the identity-verification step

Public callback invoked by the identity-verification engine after its graph completes. The server stores the verification result against the token and returns a resumeUrl so the user-agent can re-enter POST /redeem with the verified attributes available.

post/redeem/idv-callback

Request body

tokenstring required

The invitation token the verification was started for.

callbackParamsobject required

Method-specific callback parameters forwarded by the verification engine, for example code and state for an OAuth-style return.

Response

The callback was recorded; the client should follow resumeUrl.

resumeUrlstring uri required

The URL the user-agent should follow to re-enter the redemption flow.