Bulk create subscribers
Using this endpoint multiple subscribers can be created at once. The bulk API is limited to 500 subscribers per request.
Using this endpoint multiple subscribers can be created at once. The bulk API is limited to 500 subscribers per request.
Authorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <novu_secret_key>".
In: header
Request Body
application/jsonRequiredsubscribersRequiredarray<object>An array of subscribers to be created in bulk.
Header Parameters
idempotency-keystringA header for idempotency purposes
Response Body
Created
updatedRequiredarray<object>An array of subscribers that were successfully updated.
createdRequiredarray<object>An array of subscribers that were successfully created.
failedRequiredarray<object>An array of failed operations with error messages and optional subscriber IDs.
Retrieve subscriber subscriptions GET
Retrieve subscriber's topic subscriptions by its unique key identifier **subscriberId**. Checkout all available filters in the query section.
Retrieve subscriber preferences GET
Retrieve subscriber channel preferences by its unique key identifier **subscriberId**. This API returns all five channels preferences for all workflows and global preferences.