Get identity verification nodes for a session
GET/identity/vouchsafe
Retrieves identity verification nodes associated with the specified session.
The endpoint fetches verification data from the external identity provider for all verification IDs stored in the session, transforms the data into graph nodes, and returns them to the client.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Verification nodes retrieved successfully
Missing session-id header 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 retrieve verification data from the identity provider