Skip to main content
GET
/
notifications
/
unread_count
Count unread notifications
curl --request GET \
  --url https://api.akua.dev/v1/notifications/unread_count \
  --header 'Authorization: Bearer <token>'
{
  "count": 123
}

Documentation Index

Fetch the complete documentation index at: https://akua-1dce587a.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

workspace API token (sk_akua_...) or OAuth2 JWT. Create tokens at https://akua.dev/developers/api-tokens

Response

Unread count

count
number
required