Skip to content

Notification History

List

To view notification history, you can call this endpoint:

GET /customers/{customerId}/notification-history

Available parameters

  • state values Unread OR Read, you can ignore this parameter if you want both
  • page default is 1
  • pageSize default is 100

Mark as Read

To mark a notfication as Read you can call this endpoint:

PUT /customers/{customerId}/notification-history/{notificationHistoryId}/mark-as-read