Skip to main content

Update notification

PUT 

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

Updates a wallet notification status for OID4VCI or OpenID4VP events.

Request

Path Parameters

    notificationId stringrequired

    Unique identifier of an OID4VCI credential lifecycle notification.

Body

    status string

    Possible values: [read]

    Define the status of the 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...