Changes
Get changes count
GET
/v1/changes/count
Authorization*
Please ensure there is a space between ApiKey
and your Api key.
E.g ApiKey 18d2e625f05d80e
import { Novu } from '@novu/node';
const novu = new Novu('<NOVU_API_KEY>');
await novu.changes.getCount();
{
data: 0
}
Response
200 - application/json
datarequired
number
import { Novu } from '@novu/node';
const novu = new Novu('<NOVU_API_KEY>');
await novu.changes.getCount();
{
data: 0
}