POST
/
v1
/
environments
/
api-keys
/
regenerate
import { Novu } from '@novu/node';

const novu = new Novu('<NOVU_API_KEY>');
await novu.environmets.regenerateApiKeys();
{
  "data": [
    {
      "key": "string",
      "_userId": "string"
    }
  ]
}
import { Novu } from '@novu/node';

const novu = new Novu('<NOVU_API_KEY>');
await novu.environmets.regenerateApiKeys();
{
  "data": [
    {
      "key": "string",
      "_userId": "string"
    }
  ]
}

Response

Created

data
object[]