Get customers

GET https://api.ecartapi.com/api/v2/customers

Refer to all users.

More information about the ecommerce's resource.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"customers":[{"id":"3","email":"customer@example.com","firstName":"Customer","lastName":null,"status":{"id":null,"status":null},"note":null,"phone":"77 77 777 7777","currency":null,"addresses":[],"dates":{"createdAt":null,"updatedAt":null}}]}