Skip to main content
GET
Node.js

Authorizations

X-BB-API-Key
string
header
required

Query Parameters

limit
integer
default:20

Maximum number of results to return.

Required range: 1 <= x <= 100
cursor
string

Cursor from a previous response's nextCursor. Omit for the first page.

Response

200 - application/json

A page of webhooks.

A page of webhooks. Signing secrets are not included.

data
object[]
required

The page of webhooks, newest first.

limit
integer
required

The maximum number of results returned in this page.

nextCursor
string | null
required

Cursor for the next page. Pass it back as cursor to continue paging. null when there are no more results.