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
Example response
{
"id": "wg_123",
"name": "Some Webhook Group"
}Gets a webhook group.
The ID of the webhook group to retrieve.
Success
{
"id": "wg_123",
"name": "Some Webhook Group"
}