For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create Webhook

Create new events webhook

post
/v0/webhooks
Header parameters
Api-KeystringRequired

Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.

Body
urlstring · max: 1024Required
Responses
201

Developer fee settings updated successfully

application/json
idstringRequired

Unique identifier of the webhook

urlstring · max: 1024Required

URL where webhook events will be sent

statusstringRequired

Current status of the webhook

created_atstring · date-timeRequired

When the webhook was created

post/v0/webhooks
201

Developer fee settings updated successfully

Last updated