Search companies
Companies
Search companies
Search and filter companies in your CRM.
POST
Search companies
Required scope:
CRM_READpage and size in the request body to control results. See Pagination.
Request body
| Field | Type | Description |
|---|---|---|
filters | object | Named filters (see below) |
sort | string | Sort order: DATE_DESC, DATE_ASC, NAME_ASC, NAME_DESC, CREATED_DESC, CREATED_ASC |
page | integer | Page number (1-indexed) |
size | integer | Results per page (max 100) |
Filters
Pass an object with named fields. All provided filters are combined with AND.Available filter fields
| Field | Match type | Description |
|---|---|---|
name | contains | Company name |
website | contains | Website URL |
industry | contains | Industry sector |
Authorizations
Body
application/json
Request body for searching companies
Named filters. All are combined with AND.
Sort order (default: DATE_DESC)
Available options:
DATE_DESC, DATE_ASC, NAME_ASC, NAME_DESC, CREATED_DESC, CREATED_ASC Page number (1-indexed)
Results per page
Required range:
x <= 100