Get customer Run in API Explorer
Ask AI
GET
/crm/admin/{accountId}/customers/{crmCustomerId}
curl \
--request GET 'https://api.staging.deliverect.com/crm/admin/{accountId}/customers/zqTeSTMFcZc4ylr-A1DRp4GqSQZ2j2M6T_n3ao6jC4zuQqRVIzpWlLQvVMinO2ct7uYvUPz7YM10T26pyA' \
--header "Accept: application/json"
Response examples (200)
{
"email": "john.doe@example.com",
"phone": null,
"fullName": "John Doe",
"customerId": "zqTeSTMFcZc4ylr-A1DRp4GqSQZ2j2M6T_n3ao6jC4zuQqRVIzpWlLQvVMinO2ct7uYvUPz7YM10T26pyA",
"statistics": {
"totalOrders": 12,
"averageOrderValue": {
"value": 546,
"display": "5.46",
"currency": "EUR"
},
"totalPurchaseAmount": {
"value": 6557,
"display": "65.57",
"currency": "EUR"
}
},
"lastPurchaseDate": "2025-10-31T14:34:12.636000Z"
}