cURL
curl --request POST \ --url https://api.lemlist.com/api/leads/notinterested/{leadIdOrEmail} \ --header 'Authorization: Basic <encoded-value>'
[ { "firstName": "Bastien", "lastName": "Velitchkine", "companyName": "Bastien VELITCHKINE EI", "jobTitle": "Growth Engineer", "companyDomain": "bvelitchkine.com", "email": "[email protected]", "preferredContactMethod": "email", "industry": "Technology", "Company name": "Bastien Velitchkine", "_id": "lea_mizMsAEkRrJuhouYe", "isPaused": false, "campaignId": "cam_9NsHPnykWESTncCW8", "contactId": "ctc_Rofmb6uNGyaPNZ2ni", "emailStatus": "deliverable" } ]
Marks a lead as not interested across all campaigns.
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 unique identifier or email of the lead
Success
Was this page helpful?