Create a webhook

Authentication

AuthorizationBasic

Basic authentication of the form Basic <username:password>.

Request

This endpoint expects an object.
urlstringRequired
Webhook endpoint URL
enabled_eventslist of stringsRequired

Array of event types to subscribe to, or [”*”] for all events

secretstringOptional
Secret for webhook signature verification
oidc_client_idstringOptional
OIDC client ID
oidc_token_endpointstringOptional
OIDC token endpoint URL
oidc_resource_uristringOptional
OIDC resource URI
oidc_access_token_ttl_secondsintegerOptional
OIDC access token TTL in seconds

Response

webhook created with wildcard events

Errors