Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
notifications
/
stats
Get notification statistics
curl --request GET \
  --url https://{defaultHost}/v1/apps/{app_id}/notifications/stats \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Authorization: <api-key>'
{
  "stats": {
    "total": 123,
    "unread": 123,
    "requiring_action": 123,
    "by_priority": {
      "critical": 123,
      "high": 123,
      "medium": 123,
      "low": 123
    },
    "by_category": {}
  }
}

Authorizations

Authorization
string
header
required

API Secret token

X-Authorization
string
header
required

User Access token

Path Parameters

app_id
string
required

App ID

Response

200 - application/json

successful

stats
object