cURL
curl --request POST \ --url http://localhost:6900/v1/webhooks/endpoints \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "events": [ "<string>" ] } '
{ "id": "<string>", "success": true }
Registers a new webhook endpoint URL to receive event notifications.
Documentation IndexFetch the complete documentation index at: https://docs.revstack.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.revstack.dev/llms.txt
Use this file to discover all available pages before exploring further.
1
Webhook endpoint created