Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.example.com/api/v1/platform/webhooks \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "events": [ "*" ] } '
{}
Register a webhook endpoint. The signing secret is returned ONCE (verify deliveries with it).
Successful Response
The response is of type Response Create Webhook Api V1 Platform Webhooks Post · object.
Response Create Webhook Api V1 Platform Webhooks Post · object