Webhooks
Register Webhook
Register a new webhook endpoint
POST
Register a webhook endpoint to receive event notifications.
Request Body
string
required
HTTPS URL to receive webhook POST requests
string[]
required
Events to subscribe to. Valid values:
creator.approved, partner.approved, commentary.failedstring
Optional custom secret (min 32 chars). If not provided, one is generated.
Response
string
Unique webhook ID
string
The registered webhook URL
string[]
Subscribed event types
string
Webhook signing secret (only returned on creation)
string
Webhook status:
active, paused, or disabled