7 uç · /api/crm/v1/customers
İstek örnekleri ucun GERÇEK metodu ve yolundan üretilir. 7 ucun elle doğrulanmış gövde örneği henüz yok; o uçlarda iskelet gövdesizdir — uydurma bir alan yazmıyoruz.
userIdrequire_crm_access + RBAC ile; detaylı izin CF5). Müşteri yoksa 404.
curl -X GET "https://{slug}.crm.blesyum.app/api/crm/v1/customers/<userId>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}userIdcurl -X PUT "https://{slug}.crm.blesyum.app/api/crm/v1/customers/<userId>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}userIdcurl -X DELETE "https://{slug}.crm.blesyum.app/api/crm/v1/customers/<userId>" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}userIdcurl -X GET "https://{slug}.crm.blesyum.app/api/crm/v1/customers/<userId>/conversations" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}userIdcurl -X GET "https://{slug}.crm.blesyum.app/api/crm/v1/customers/<userId>/page-visits" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}curl -X POST "https://{slug}.crm.blesyum.app/api/crm/v1/customers/merge" \
-H "Authorization: Bearer <oturum-token>" \
-H "Accept: application/json"{
"data": "…",
"trace_id": "01JC…"
}