Exports contacts or companies from a CRM list as a CSV file.
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.Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The contact list ID to export (clt_xxx format), or "all" to export all contacts.
The type of entities to export. Defaults to "contact".
contact, company CSV file download