Get single customer
GET https://api.ecartapi.com/api/v2/customers/8649040d-923b-44d4-9d18-3325212d8ef3
Searches for the selected customer and shows detailed information.
Important information:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"customer":{"id":"8649040d-923b-44d4-9d18-3325212d8ef3","email":null,"firstName":"Enrique Carreon","lastName":null,"status":{"id":null,"status":null},"note":null,"phone":null,"currency":null,"addresses":[],"dates":{"createdAt":"2022-05-13T23:42:15.000Z","updatedAt":"2022-05-13T23:42:15.000Z"}}}