POST
/
v1
/
subscribers
/
bulk

Authorizations

Authorization
string
header
required

API key authentication. Allowed headers-- "Authorization: ApiKey <api_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

201 - application/json
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.

updated
object[]
required

An array of subscribers that were successfully updated.