Get customer by id Run in API Explorer
Ask AI
GET
/crm/channel/{channelLinkId}/customers/{crmProfileId}
curl \
--request GET 'https://api.staging.deliverect.com/crm/channel/{channelLinkId}/customers/{crmProfileId}' \
--header "Accept: application/json"
Response examples (200)
{
"id": "690e2d795db983ea662cec6a",
"accountId": "68d81ae5bbd981dd03137bdd",
"externalId": null,
"channel": 10027,
"created": "2025-11-07T17:33:45.805000Z",
"updated": "2025-11-07T17:33:45.805000Z",
"contact": {
"email": "john.doe@example.com",
"firstName": "John",
"lastName": "Doe",
"phone": null,
"fullName": "John Doe"
}
}