Skip to main content
POST
Create a list

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

Body

application/json
name
string
required
Maximum string length: 255
locale
string

ISO 639-1 code, region optional.

from_email
string<email> | null
from_name
string | null
requires_confirmation
boolean

Switches double opt-in on.

Response

The list that was created.

data
object