List accounts
List the accounts imported from your account mapping data sources.
Query Parameters
The cursor used in pagination. This is the index of the first account to be returned.
The maximum number of accounts to be returned. The default is 20.
The property used to sort the accounts by. The default is Name.
The sorting direction for the returned accounts. Accepted values: ASC, DESC. The default is ASC.
Filters accounts on their type.
Unknown, Prospect, Opportunity, Customer Filters accounts on the data source they were imported from.
Filters accounts on their external ID.
Filters accounts on whether they overlap with at least one prospect account. When true, returns only accounts that overlap with a prospect account; when false, returns only accounts that do not. When omitted, no filter is applied.
Filters accounts on whether they overlap with at least one customer account. When true, returns only accounts that overlap with a customer account; when false, returns only accounts that do not. When omitted, no filter is applied.
Filters accounts on whether they overlap with at least one opportunity account. When true, returns only accounts that overlap with an opportunity account; when false, returns only accounts that do not. When omitted, no filter is applied.

