Skip to main content

Export Contacts

GET 

/api/v2/customers/:customer/contacts/export

Download all contacts belonging to the customer as a CSV or XLSX file. Columns: Contact ID, Name, Email, Phone, Role, Title, Primary, Notes, Created At, Updated At. The file mirrors the contacts bulk-import template, so an exported file can be edited and re-imported (rows with a Contact ID or a matching email update the existing contact; others are created).

Optional comma-separated column keys (name,role,title,email,phone,notes,created_at) to narrow the exported fields; Contact ID is always included so the file can round-trip as an update. Omit for the full field set.

Optional. filtered applies the request's filter/sort parameters (same syntax as the list endpoint) instead of exporting every contact.

Request

Responses

Successful response