Subscribe to email lists
Lists
Subscribe to email lists
Subscribe a contact to one or more email lists. This is a public endpoint that doesn’t require authentication.
Important: For unauthenticated requests, only public lists can be subscribed to. To subscribe to private lists, you can either:
- Provide a valid
email_hmacin the contact object (used by the notification center for re-subscribing after unsubscribing) - Use the authenticated
/api/lists.subscribeendpoint with a bearer token
If the list has double opt-in enabled, a confirmation email will be sent.
POST
Subscribe to email lists
Body
application/json
Response
Subscription successful
Whether the subscription was successful
Example:
true
