Update contact list subscription status
Lists
Update contact list subscription status
Updates the subscription status of a contact in a specific list. Can set status to active, pending, unsubscribed, bounced, or complained.
Note: This endpoint only modifies existing list memberships. It does not add a contact to a list. To add a contact to a list, use the /subscribe endpoint (for public lists) or the /api/contacts.import endpoint (for any list, requires authentication).
POST
Update contact list subscription status
Authorizations
API token for authentication
Body
application/json
The ID of the workspace
Example:
"ws_1234567890"
Email address of the contact
Example:
"user@example.com"
ID of the list
Example:
"newsletter"
New subscription status
Available options:
active, pending, unsubscribed, bounced, complained Example:
"active"
