Search and filter companies in your CRM.
Documentation Index
Fetch the complete documentation index at: https://help.withallo.com/llms.txt
Use this file to discover all available pages before exploring further.
CRM_READpage and size in the request body to control results. See Pagination.
| 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) |
| Field | Match type | Description |
|---|---|---|
name | contains | Company name |
website | contains | Website URL |
industry | contains | Industry sector |
Request body for searching companies
Named filters. All are combined with AND.
Sort order (default: DATE_DESC)
DATE_DESC, DATE_ASC, NAME_ASC, NAME_DESC, CREATED_DESC, CREATED_ASC Page number (1-indexed)
Results per page
x <= 100