Export

GET

Exports a collection of accounts.

Query parameters

created_bystringOptional

Filters for accounts created by the specified user(s).

created_date.afterdatetimeOptional

Filters for objects created after the provided timestamp (inclusive).

created_date.beforedatetimeOptional

Filters for objects created before the provided timestamp (inclusive).

custom_fieldsmap from strings to anyOptional

Filters for custom fields.

display_namestringOptional

Array of display names of accounts to be filtered.

domainsstringOptional

Domains for accounts to be filtered.

external_refsstringOptional

Array of references of accounts to be filtered.

firstintegerOptional>=1<=500

The number of accounts to return. The default is ‘50’.

modified_date.afterdatetimeOptional

Filters for objects created after the provided timestamp (inclusive).

modified_date.beforedatetimeOptional

Filters for objects created before the provided timestamp (inclusive).

owned_bystringOptional

Filters for accounts owned by the specified user(s).

sort_bystringOptional

Fields to sort the accounts by and the direction to sort them in.

stagestringOptional

Filters for accounts on specified stages.

tagsstringOptional

List of tags to be filtered.

Response

This endpoint returns an object.
accountslist of objects

The exported accounts.