latestOpenAPI 3.0.12026-08-08133541.4 KB

bc197ebb855c

Webhook Groups

Get Webhook Group

Gets a webhook group.

get/v1/webhooks/groups/{id}

Path parameters

idstring required

The ID of the webhook group to retrieve.

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"
}