latestOpenAPI 3.0.12026-08-08133541.4 KB
bc197ebb855c
Webhook Groups
List Webhook Group Members
Lists the members currently in the specified webhook group.
get/v1/webhooks/groups/{id}/members
Path parameters
idstring required
The ID of the webhook group to retrieve members for.
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": [
{
"group_id": "wg_123",
"member_type": "ACCOUNT",
"member_id": "cuacc_123"
}
]
}