Create a webhook
Authentication
AuthorizationBasic
Basic authentication of the form Basic <username:password>.
Request
This endpoint expects an object.
url
Webhook endpoint URL
enabled_events
Array of event types to subscribe to, or [”*”] for all events
secret
Secret for webhook signature verification
oidc_client_id
OIDC client ID
oidc_token_endpoint
OIDC token endpoint URL
oidc_resource_uri
OIDC resource URI
oidc_access_token_ttl_seconds
OIDC access token TTL in seconds
Response
webhook created with wildcard events