Get a single customer

GET https://api.ecartapi.com/api/v2/customers/{{id}}

Searches for the selected customer and shows detailed information.

Important information:

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{"success":true,"customer":{"id":"cus_cl0jzlxxb0000chqjdfzaeq9n","email":"test_test@envia.com","firstName":"Daniela","lastName":"De La Cruz","status":{"id":null,"status":null,"active":"false"},"note":null,"phone":null,"currency":null,"addresses":[{"id":"adr_cl0jzlxxl0001chqjncs5u2kq","firstName":"Alex","lastName":"de la Cruz","address1":"Calle Hamburgo #218","address2":"Roma Norte","country":{"code":"MX","name":"Mexico","codeIso2":"MX","codeIso3":"MEX"},"state":{"code":"ZAC","name":"Zacatecas","codeIso2":null,"codeIso3":null},"city":"Guadalupe","postalCode":"06600","phone":"555-625-1199","company":"envia.com","references":null,"defaultBilling":null,"defaultShipping":null}],"dates":{"createdAt":"1646856113","updatedAt":"1646856113"}}}