latestOpenAPI 3.0.12026-08-08133541.4 KB

bc197ebb855c

Webhook Groups

Create Webhook Group

Creates a webhook group.

post/v1/webhooks/groups

Headers

Idempotency-Keystring required

Request body

namestring required

The name for the webhook group.

Example request

{
  "name": "Some Webhook Group"
}

Response

Success

idstring required

The ID of the webhook group.

namestring required

The name for the webhook group.

Example response

{
  "id": "wg_123",
  "name": "Some Webhook Group"
}