ListAccounts returns a paginated list of Accounts for the organisation.
GET/api/v1/crm/accounts
Filters:
- owner_ids: match any of these owner user IDs.
- parent_account_id: limit to direct children of this account.
- industry: exact string match.
- tag_ids: reserved for future tag-based filtering.
- custom_field: map<key, value> for exact-match filtering on JSONB fields.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.