Skip to main content
POST
Register a webhook endpoint to receive event notifications.
The webhook secret is only returned in this response. Store it securely for signature verification.

Request Body

string
required
HTTPS URL to receive webhook POST requests
string[]
required
Events to subscribe to. Valid values: creator.approved, partner.approved, commentary.failed
string
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