ListAccounts returns a paginated list of Accounts.
GET/api/v1/crm/accounts
Filters
- owner_ids: repeated int64.
- parent_account_id: int64.
- industry: string.
- tag_ids: repeated int64.
- custom_field: map<string,string> (exact match on JSONB key=value).
Request
Responses
- 200
- default
A successful response.
An unexpected error response.