Skip to content

get_unread_notification_count

Endpoint#

PropertyValue
Typequery
MethodGET
Path/api/external/v1/get_unread_notification_count
HandlerOperatelyWeb.Api.Queries.GetUnreadNotificationCount

Authentication#

  • Requires a valid API token.
  • Read-only and full-access tokens can execute this query.

Inputs#

This endpoint has no input fields.

Outputs#

FieldTypeRequiredNullable
unreadintegerNoYes

cURL Example#

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

Response Example#

{
  "unread": 123
}