For the complete documentation index, see llms.txt. This page is also available as Markdown.

Export Customers

URL : /api/v1/customers/export/

Method : GET

Success Response

Code : 200 OK

Content examples :

customer_id,customer_first_name,customer_last_name,customer_email,customer_company_name,customer_phone,customer_reference,customer_address,customer_postcode,customer_state,customer_city,customer_country
15354,Bruce,Willis,example1@email.com,ACME Inc.,,ref_user_1,2645 Black Bear Court,70501,Colorado,Lafayette,US
15355,Harry,Potter,example2@email.com,Hogwarts,+385913334444,ref_user_2,2110 N. Williamston Rd.,70502,Michigan,Williamston,US

Last updated

Was this helpful?