Query Parameters
Response
Ok
curl --request GET \
--url https://api.novu.co/v1/notifications/graph/stats
{
"data": [
{
"_id": "<string>",
"count": 123,
"templates": [
"<string>"
],
"channels": [
"in_app"
]
}
]
}
curl --request GET \
--url https://api.novu.co/v1/notifications/graph/stats
{
"data": [
{
"_id": "<string>",
"count": 123,
"templates": [
"<string>"
],
"channels": [
"in_app"
]
}
]
}
Was this page helpful?