POST/api/v2/webhooks
Body Parameters
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/webhooks \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "url": "https://example.com",
> "sign": false,
> "on": true,
> "name": "apidocs test webhook"
>}'
Response