Skip to content

unsubscribe_from_notifications

Endpoint#

PropertyValue
Typemutation
MethodPOST
Path/api/external/v1/unsubscribe_from_notifications
HandlerOperatelyWeb.Api.Mutations.UnsubscribeFromNotifications

Authentication#

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

Inputs#

FieldTypeRequiredNullableDefault
idid primitive (encoded as string)YesNo-

Outputs#

This endpoint has no output fields.

cURL Example#

Copied
curl --request POST \
  --url "https://app.operately.com/api/external/v1/unsubscribe_from_notifications" \
  --header "Authorization: Bearer ${OPERATELY_API_TOKEN}" \
  --header "Content-Type: application/json" \
  --data '{"id":"value"}'