Integrations
Get V1integrationsin Appstatus
GET
/
v1
/
integrations
/
in-app
/
status
Authorization
Enter your API key in the Authorization
field like the example shown below:
E.g ApiKey 18d2e625f05d80e
import { Novu } from '@novu/node';
export const novu = new Novu('<REPLACE_WITH_API_KEY_FROM_ADMIN_PANEL>');
await novu.integrations.getInAppStatus();
{
200: "In-app status"
}
Authorizations
Authorizationheaderrequired
string
Response
200
Was this page helpful?
import { Novu } from '@novu/node';
export const novu = new Novu('<REPLACE_WITH_API_KEY_FROM_ADMIN_PANEL>');
await novu.integrations.getInAppStatus();
{
200: "In-app status"
}