Bulk create subscribers
Using this endpoint you can create multiple subscribers at once, to avoid multiple calls to the API. The bulk API is limited to 500 subscribers per request.
POST
/v1/subscribers/bulkAuthorization
Authorization<token>API key authentication. Allowed headers-- "Authorization: ApiKey <api_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
Created