Notification
Get notification graph statistics
GET
/
v1
/
notifications
/
graph
/
stats
Authorization
Query
curl --request GET \
--url https://api.novu.co/v1/notifications/graph/stats \
--header 'Authorization: <authorization>'
{
"data": [
{
"_id": "string",
"channels": [
"in_app"
],
"count": "number",
"templates": [
"string"
]
}
]
}
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
Authorizations
Authorizationheaderrequired
string
Query Parameters
days
number
Response
200 - application/json
data
object[]
Was this page helpful?
curl --request GET \
--url https://api.novu.co/v1/notifications/graph/stats \
--header 'Authorization: <authorization>'
{
"data": [
{
"_id": "string",
"channels": [
"in_app"
],
"count": "number",
"templates": [
"string"
]
}
]
}