Get webhook

Get a single webhook by ID.

Path parameters

idstringRequired
The ID of the webhook

Headers

AuthorizationstringRequired

Response

Webhook response
_idstring
The ID of this webhook
urlstring
The URL to which LaunchDarkly sends an HTTP POST payload for this webhook
onboolean
Whether or not this webhook is enabled
tagslist of strings
List of tags for this webhook
namestring or null

A human-readable name for this webhook

secretstring or null
The secret for this webhook
statementslist of objects or null
Represents a Custom role policy, defining a resource kinds filter the webhook responds to.
_accessobject or null
Details on the allowed and denied actions for this webhook

Errors