cURL
curl --request DELETE \ --url https://api.lemlist.com/api/unsubscribes/variables/{value} \ --header 'Authorization: Basic <encoded-value>'
"Variable subscribed"
Re-subscribes a variable, removing it from the unsubscribe list.
409
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The variable value to re-subscribe
Success
Was this page helpful?
Suggestions