Export Contact List
Contacts
Export Contact List
Exports contacts or companies from a CRM list as a CSV file.
GET
Export Contact List
Exports entities from a contact list as a downloadable CSV file. The columns included depend on the
entity type (contact or company).
Use GET /contacts/lists to retrieve valid list IDs (clt_xxx format), then pass the desired ID as the listId query parameter. Set entity to company to export companies instead of contacts.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
The contact list ID to export (clt_xxx format), or "all" to export all contacts.
The type of entities to export. Defaults to "contact".
Available options:
contact, company Response
CSV file download