GET https://api.ecartapi.com/api/v2/customers
Use this resource to get details of many contacts.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"success": true,
"customers": [
{
"id": "091c735c-4dae-4a23-adde-0303be514dab",
"email": "enrique.carreon@ecart.com",
"firstName": "Enrique Carreon",
"lastName": null,
"status": {
"id": null,
"status": null
},
"note": null,
"phone": "undefined",
"currency": null,
"addresses": [],
"dates": {
"createdAt": null,
"updatedAt": null
}
}
]
} |
ENDPOINTS