WebhookAuthenticationConfigurationInput

Configuration information for authenticating webhook requests using OAuth2.

Input Fields

client_id (String!)

The client ID of the OAuth application defined in the webhook target.

client_secret (String!)

The client secret of the OAuth application defined in the webhook target.

token_endpoint (Url!)

The endpoint on the webhook target that is used to retrieve an access token after being supplied with the client ID and client secret.