Skip to content

Pick scored event

POST

Fired when a new pick is scored. Delivered via HMAC-signed POST to your webhook URL.

Media type application/json
object
Example
{
"eventType": "pick.scored",
"pickId": "00000000-0000-0000-0000-000000000000",
"playerName": "LeBron James",
"statType": "Points",
"line": 25.5,
"score": 78.4,
"rating": "Good",
"timestamp": "2026-05-27T10:45:00Z"
}

Webhook processed successfully.

Client error; delivery will be retried.

Server error; delivery will be retried.