WhaleCore sends player analysis results to this endpoint. We verify each request withX-WhaleCore-Signature and push fraud / VIP scores into Smartico viaupdate_profile.
https://api.cryptocasino.com/api/v1/webhooks/whalecore.jsonX-WhaleCore-Signature: sha256=<hex>X-WhaleCore-Timestamp: Unix seconds{timestamp}.{rawBody} using WHALECORE_WEBHOOK_SECRET (whsec_…)analysis.completed
data.player_id — Smartico CID (11 digits, 17110…). data.cid is an alias.data.fraud.score — numberdata.vip.score — numbercore_custom_prop_num20core_custom_prop_num21Override with env vars WHALECORE_SMARTICO_FRAUD_SCORE_PROP / WHALECORE_SMARTICO_VIP_SCORE_PROP.
GET /api/v1/webhooks/whalecore.json with Authorization: Bearer <WHALECORE_WEBHOOK_SECRET> returns live config metadata (mapping, tenant id flag, etc.).