latestOpenAPI 3.0.12026-08-08133541.4 KB
bc197ebb855c
Webhook Groups
List Webhook Groups
Lists webhook groups.
get/v1/webhooks/groups
Query parameters
cursorstring nullable
Cursor for pagination.
limitinteger
Limit for pagination. If not provided, defaults to 100. Cannot be greater than 1000.
Response
Success
Example response
{
"items": [
{
"id": "wg_123",
"name": "Some Webhook Group"
}
]
}