Skip to main content
POST
Subscribe a batch of addresses

Authorizations

Authorization
string
header
required

An API token. The "read" ability: GET routes only. "read + write": every route.

Headers

Idempotency-Key
string

Replay a write safely: the same key gives back the first answer for 24 hours (header Idempotent-Replay: true).

Maximum string length: 255

Path Parameters

list
string<uuid>
required

The list's identifier (uuid).

Body

application/json
subscribers
object[]
required
Required array length: 1 - 1000 elements
skip_confirmation
boolean
default:false
replace_tags
boolean
default:false

Replaces the tags instead of adding them.

Response

Batch handled at once.

data
object[]
meta
object