Notification
Get notification statistics
GET
/v1/notifications/stats
Authorization*
curl --request GET \
--url https://api.novu.co/v1/notifications/stats \
--header 'Authorization: ApiKey'
{
"data": {
"monthlySent": "number",
"weeklySent": "number"
}
}
Please ensure there is a space between ApiKey
and your Api key.
E.g ApiKey 18d2e625f05d80e
Response
200 - application/json
data
object
curl --request GET \
--url https://api.novu.co/v1/notifications/stats \
--header 'Authorization: ApiKey'
{
"data": {
"monthlySent": "number",
"weeklySent": "number"
}
}