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"
  }
]
This endpoint is available to beta testers only but will become public soon.
This endpoint retrieves available CRM filters for your team. 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