POST /notifications/all/read

Mark all notifications as read

Servers

Query parameters

Name Type Required Description
ids[] Array No

A comma-seperated list of IDs. Allows specifying an array of notification IDs to change the read state for. This will become useful as we add grouping of notifications to the UI, with a single button to mark all notifications in the group as read/unread.

read Boolean No

Boolean to specify whether to mark as read or unread (defaults to true, marking as read)

Default value: true

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.