Skip to main content
PUT
Update Webhook Group

Authorizations

Authorization
string
header
required

OAuth 2.0 bearer token obtained from POST /oauth2/token. Tokens expire after 30 minutes. Include in the Authorization header as Bearer {access_token}.

Path Parameters

webhook_group_id
integer
required

integer - required - The ID of the Webhook Group you want to update

Example:

1

Body

application/x-www-form-urlencoded
name
string
required

The name of the webhook group. This value must be unique.

Example:

"Sample Webhook Group"

headers
object[]

A list of key-value pairs representing headers for the webhook group.

Example:
notification_emails
string[]

Notification email list for failure alerts.

A list of email addresses to be notified if any webhook within the group fails.

Example:

Response

Update Webhook Group

name
string
required

The name of the webhook group. This value must be unique.

Example:

"Sample Webhook Group"

headers
object[]

A list of key-value pairs representing headers for the webhook group.

Example:
notification_emails
string[]

Notification email list for failure alerts.

A list of email addresses to be notified if any webhook within the group fails.

Example: