Request identity verification for a session
POST/identity/vouchsafe
Initiates an identity verification flow for the specified session using an external identity provider.
The endpoint generates a verification URL that the user should be redirected to in order to complete the identity verification process. The verification details are stored in the session for later retrieval.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Verification request created successfully
Missing session-id header, invalid email, or invalid credentials
Missing or invalid API key / bearer token
Client does not have the identity:initiate scope, or session key verification failed
Failed to create verification request with the identity provider