import { Novu } from '@novu/node';
const novu = new Novu('<NOVU_API_KEY>');
await novu.changes.get();
{
totalCount: 0,
data: [data],
pageSize: 0,
page: 0
}
import { Novu } from '@novu/node';
const novu = new Novu('<NOVU_API_KEY>');
await novu.changes.get();
{
totalCount: 0,
data: [data],
pageSize: 0,
page: 0
}
Authorization field like the example shown below:E.g ApiKey 18d2e625f05d80eimport { Novu } from '@novu/node';
const novu = new Novu('<NOVU_API_KEY>');
await novu.changes.get();
{
totalCount: 0,
data: [data],
pageSize: 0,
page: 0
}
API key authentication. Allowed headers-- "Authorization: ApiKey <api_key>".
x <= 100Show child attributes
Feed, MessageTemplate, Layout, DefaultLayout, NotificationTemplate, NotificationGroup, TranslationGroup, Translation Was this page helpful?