Copy
Ask AI
import { Novu } from '@novu/node';
const novu = new Novu('<NOVU_API_KEY>');
await novu.environments.getAll();
Copy
Ask AI
{
"data": [
{
"_id": "string",
"name": "string",
"_organizationId": "string",
"identifier": "string",
"apiKeys": [
{
"key": "string",
"_userId": "string"
}
],
"_parentId": "string"
}
]
}
Response
Ok
Show child attributes
Show child attributes