Skip to main content

Read notification

GET 

/v2/config/digital-wallet/openid/notification/:notificationId

Retrieves a wallet notification by its ID for OID4VCI or OpenID4VP events.

Request

Path Parameters

    notificationId stringrequired

    Unique identifier of an OID4VCI credential lifecycle notification.

Responses

Response Headers
    Schema
      notification object
      id stringrequired

      Unique identifier for the notification.

      notificationType stringrequired

      Possible values: [credential_acked, credential_revoked, credential_expired]

      Type of the OID4VCI notification event. credential_acked (holder acknowledged), credential_revoked (issuer revoked), credential_expired (credential expired).

      notificationTypeRelatedId stringrequired

      Identifier of the related resource (e.g. credential exchange ID).

      notificationContent object

      JSON object containing the notification payload details.

      status string

      Possible values: [read, unread]

      Read status. unread for new notifications, read for viewed.

      createdAt numberrequired

      Unix timestamp (in seconds) when the notification was created.

      updatedAt numberrequired

      Unix timestamp (in seconds) when the notification was last modified.

    Loading...