Get the filter catalog
data.groups[].filters[] and submit each filter by its key.
This endpoint is public. An active organization API key can raise the allowance as described in topic authentication and limits.
Use each filter’s label, type, supported operators, values, and UI hints to build the control. Submit values[].value, not its display label. Read the returned logic rules and examples for supported combinations. See the generated filter catalog reference for the full schema.
Common filter keys
Use the live catalog as the source of truth. Common current groups include:
Do not submit old flat filter keys such as
companyIndustry, companySize, seniority, or hasBusinessEmail.
Multi-select filters
Submit rawvalues[].value, not the display labels.
Boolean filters
Text chip filters
Use text chip filters for free-text job title, company name, domain, NAICS, SIC, city, or ZIP inputs when those keys are present in the catalog.contains, exact, and starts_with. mode: "any" ORs terms together, and mode: "all" ANDs terms together.
Number range filters
Advanced logic
Prefer simple top-level filters for normal builders. Advancedand and or groups are supported when the user explicitly builds nested logic.
- A group can contain either
andororat the same level, not both. - Top-level simple filters and top-level groups are combined with AND.
- Check the returned catalog rules for restrictions on combining fields, then validate the complete configuration before saving it.
Next steps
- Read Preview audience to validate filters before saving an audience.
- Read Manage audiences to create or update a saved audience config.