- Introduction
- Getting Started with our APIs
- Pagination
- Authorization
- Access control
- Authentication provider
- Interaction hook
- Claims source
- Issuance
- getRequest authorization for access to resources
- postExchange authorization code for access token
- postIssue a verifiable credential
- postCreate an Authorization Code credential offer
- getRetrieve OpenID4VCI issuer metadata
- postCreate a Pre-Authorized Code credential offer
- delDelete a Pre-authorized Code credential offer
- Users
Retrieve presentation session result
Retrieves the result of an online presentation session by providing the session's ID.
Analytic events
- CREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_START
- CREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_SUCCESS
- CREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_FAIL
SecuritybearerAuth
Responses
200
Session result retrieved
404
Not Found. The specified resource was not found.
get/v2/presentations/sessions/{sessionId}/result
Request samples
- curl
- Node.js
- JavaScript
- Python
- C#
- Java
Response samples
- 200
- 404
application/json
{- "sessionId": "string",
- "challenge": "string",
- "credentialQuery": [
- { }
], - "error": {
- "type": "string",
- "message": "string"
}
}