For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unread notifications

The following endpoint retrieves the number of unread notifications of the currently authenticated user.

Unread notifications

get
/users/unread-notifications

Gets the number of unread notifications for the currently authenticated user.

Required scopes
This endpoint requires the following scopes:
Authorizations
AuthorizationstringRequired

Authorize the API call with your API token in the Authorization header with the value: Token your-api-token.

If you don't have an API token yet, please refer to the "Authentication" section to learn how to create one.

Responses
200

Successful response

application/json
userUnreadNotificationsintegerOptional
get/users/unread-notifications
200

Successful response

Last updated