Skip to main content
GET
Get all Webhooks

Authorizations

Authorization
string
header
required

A static Affinity API key, presented as a bearer token.

Query Parameters

totalCount
boolean
default:false

Include total count of the collection in the pagination response

cursor
string

Cursor for the next or previous page

Example:

"ICAgICAgYmVmb3JlOjo6Nw"

limit
integer<int32>
default:100

Number of items to include in the page

Required range: 1 <= x <= 100
Example:

100

filter
string

Filter options

Response

OK

A page of Webhook objects.

data
webhooks.Webhook · object[]
required

A page of Webhook objects.

Maximum array length: 100
pagination
PaginationWithTotalCount · object
required