Skip to main content
POST
Create a new subscriber

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
email
string<email>
required

Subscriber email address

list_ids
string<uuid>[]

Array of list IDs to subscribe to

Response

Subscriber created successfully

id
string

Unique subscriber identifier

email
string<email>

Subscriber email address

lists
object[]

Lists the subscriber belongs to

created_at
string<date-time>

When the subscriber was created

updated_at
string<date-time>

When the subscriber was last updated