Skip to main content
GET
/
unsubs
/
export
Export Unsubscribes
curl --request GET \
  --url https://api.lemlist.com/api/unsubs/export \
  --header 'Authorization: Basic <encoded-value>'
"value,source,createdAt\[email protected],lead,2019-12-19T21:56:34.672Z\[email protected],abuse,2020-09-30T08:34:17.298Z\[email protected],api,2021-03-12T14:12:56.534Z\[email protected],bounce,2022-11-23T18:23:45.890Z\[email protected],user,2023-06-15T10:45:21.367Z\[email protected],lead,2023-07-21T09:14:25.521Z\[email protected],user,2023-08-01T17:34:43.679Z\[email protected],api,2023-09-12T11:05:37.874Z\[email protected],abuse,2023-10-05T15:23:54.129Z\[email protected],bounce,2024-01-07T08:19:45.213Z"
This endpoint uses the Unsubscribe object.
Beware, contrary to other endpoints, the path uses “unsubs” instead of “unsubscribes”.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Success