light-mode-image
Learn
MATTR VII PlatformPresentation sessions

Retrieve presentation session result

Retrieves the result of an online presentation session by providing the session's ID.

Analytics Events

CREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_STARTCREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_SUCCESSCREDENTIAL_PRESENTATION_SESSION_RESULT_RETRIEVE_FAIL
GET/v2/presentations/sessions/{sessionId}/result
AuthorizationBearer <token>

In: header

Path Parameters

sessionIdstring

Session ID

Formatuuid

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v2/presentations/sessions/497f6eca-6276-4993-bfeb-53cbbbba6f08/result"
{
  "sessionId": "string",
  "challenge": "string",
  "credentialQuery": [
    {}
  ],
  "credentials": [
    {
      "docType": "string",
      "validityInfo": {
        "signed": "string",
        "validFrom": "string",
        "validUntil": "string",
        "expectedUpdate": "string"
      },
      "claims": {},
      "claimErrors": {},
      "branding": {
        "name": "Example Branding",
        "description": "Example Branding Description",
        "backgroundColor": "#FFFFFF",
        "watermarkImage": {
          "format": "svg",
          "data": "aWNvbg=="
        },
        "issuerLogo": {
          "format": "svg",
          "data": "aWNvbg=="
        },
        "issuerIcon": {
          "format": "svg",
          "data": "aWNvbg=="
        }
      },
      "issuerInfo": {
        "commonName": "string",
        "trustedIssuerId": "string"
      },
      "verificationResult": {
        "verified": true,
        "reason": {
          "type": "string",
          "message": "string"
        }
      },
      "ecosystemValidation": {
        "validated": true,
        "policyVersion": "string",
        "failReasons": [
          {
            "type": "string",
            "message": "string"
          }
        ],
        "error": {
          "type": "string",
          "message": "string"
        }
      }
    }
  ],
  "credentialErrors": [
    {
      "docType": "string",
      "errorCode": "string"
    }
  ]
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?