Skip to content

mark_all_notifications_as_read

Endpoint#

PropertyValue
Typemutation
MethodPOST
Path/api/external/v1/mark_all_notifications_as_read
HandlerOperatelyWeb.Api.Mutations.MarkAllNotificationsAsRead

Authentication#

  • Requires a valid API token.
  • Requires a write-enabled token.
  • Read-only tokens return 403.

Inputs#

This endpoint has no input fields.

Outputs#

This endpoint has no output fields.

cURL Example#

Copied
curl --request POST \
  --url "https://app.operately.com/api/external/v1/mark_all_notifications_as_read" \
  --header "Authorization: Bearer ${OPERATELY_API_TOKEN}"