Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:50

The maximum number of webhook subscriptions to return.

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

A pagination cursor returned by a previous list call.

Response

List of webhooks

object
enum<string>
required
Available options:
list
data
object[]
required

An array containing webhook subscriptions for this page.

has_more
boolean
required

Whether there are additional results available.

next_cursor
string | null
required

The cursor to supply to cursor to fetch the next page.