cURL
curl --request GET \ --url https://api.lemlist.com/api/database/filters \ --header 'Authorization: Basic <encoded-value>'
[ { "filterId": "country", "description": "Filter by country", "mode": [ "leads", "companies" ], "type": "text", "helper": "Use free text search" } ]
Retrieves available filters for searching the people and companies database.
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
Success
Was this page helpful?