Bulk create subscribers
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 <api_key>".
In: header
Request Body
application/json
Requiredsubscribers
Requiredarray<object>An array of subscribers to be created in bulk.
Header Parameters
idempotency-key
stringA header for idempotency purposes
Response Body
Created
updated
Requiredarray<object>An array of subscribers that were successfully updated.
@minItems 0
created
Requiredarray<object>An array of subscribers that were successfully created.
@minItems 0
failed
Requiredarray<object>An array of failed operations with error messages and optional subscriber IDs.
@minItems 0