Body Parameters
The ID of the app to create the webhook for.
Required for webhooks in an app.
Required for webhooks in an app.
The ID of the app to create the webhook for.
Required for global webhooks.
Required for global webhooks.
The ID of the app to create the webhook for.
Required for global webhooks.
Required for global webhooks.
The URL where webhook events will be sent
Array of custom headers to be sent with the webhook
Authentication method for the webhook. Must be one of: “basic”, “hmac”, or “apiKey”
Username for basic authentication (required if authMethod is “basic”)
Password for basic authentication (required if authMethod is “basic”)
API key for apiKey authentication (required if authMethod is “apiKey”)
Header name for the API key (required if authMethod is “apiKey”)
Header name for the HMAC signature (required if authMethod is “hmac”)
Secret for HMAC signature generation (required if authMethod is “hmac”)
Response
Indicates if the request was successful
A message describing the result of the operation
The created webhook object