Skip to main content
PATCH
Update subscriber

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Subscriber ID

Body

application/json
list_ids
string<uuid>[]

Array of list IDs to subscribe to

Response

Subscriber updated 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