Skip to main content
POST
TypeScript

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".

Headers

idempotency-key
string

A header for idempotency purposes

Body

application/json
subscribers
object[]
required

An array of subscribers to be created in bulk.

Response

Created

updated
object[]
required

An array of subscribers that were successfully updated.

created
object[]
required

An array of subscribers that were successfully created.

failed
object[]
required

An array of failed operations with error messages and optional subscriber IDs.