Get notification graph statistics

GET/v1/notifications/graph/stats

Authorization

Authorization<token>

API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".

In: header

Query Parameters

daysnumber

Header Parameters

idempotency-keystring

A header for idempotency purposes

curl -X GET "https://api.novu.co/v1/notifications/graph/stats?days=0" \
  -H "idempotency-key: <string>" \
  -H "Authorization: <token>"

OK

[
  {
    "_id": "string",
    "count": 0,
    "templates": [
      "string"
    ],
    "channels": [
      "in_app"
    ]
  }
]