Skip to main content
GET
Ruby

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer<int32>

Maximum number of results to return.

offset
integer<int32>

Number of results to skip for pagination.

channelIds
string<uuid>[]

Filter webhooks belonging to specific channels.

Response

OK

Paginated list of webhooks.

results
object[]
required

The page of results.

totalCount
integer<int32>
required

Total number of webhooks matching the query.