Skip to main content
GET
/
crm
/
filters
Get CRM Filters
curl --request GET \
  --url https://api.lemlist.com/api/crm/filters \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "id": 16,
    "name": "Filter 1"
  },
  {
    "id": 17,
    "name": "Filter 2"
  }
]

Documentation Index

Fetch the complete documentation index at: https://developer.lemlist.com/llms.txt

Use this file to discover all available pages before exploring further.

This endpoint is available to beta testers only but will become public soon.
You can get the list of CRM and connected users with Get Team CRM Users.

Authorizations

Authorization
string
header
required

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

Query Parameters

crm
string
required

CRM name (e.g., hubspot, salesforce, pipedrive)

userId
string
required

Connected user ID

type
enum<string>

Filter type for Salesforce. Can be: lead, contact, or report.

Available options:
lead,
contact,
report

Response

Success

_id
string
name
string
type
string
criteria
object