Webhooks
Register a Webhook
POST /api/bv7x/webhooks/register
Authorization: Bearer <token>
Content-Type: application/jsonRequest
{
"url": "https://your-server.com/bv7x-webhook",
"events": ["signal.new", "signal.resolved", "wager.placed"],
"secret": "your-webhook-secret"
}Field
Type
Required
Description
Response
Available Events
Event
Description
Delivery Format
Signature Verification
Node.js
Python
Retry Policy
Managing Webhooks
Next
Last updated