Skip to main content
PUT
Replace contact sequence subscriptions

Authorizations

Authorization
string
header
required

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

Path Parameters

identifier
string
required

Contact identifier: the numeric contact id, an email address, or a phone number.

Minimum string length: 1

Body

application/json
sequenceIds
string[]
required

Sequence ids (numeric strings) the contact should be subscribed to, up to 100. Get them from sequences.list.

Maximum array length: 100
Pattern: ^\d+$

Response

OK

The response is of type any.