Skip to main content
GET
List webhooks

Authorizations

Authorization
string
header
required

The Authorization header must be provided with a valid bearer token. Example: Authorization: Bearer {token}

Query Parameters

filter[name]
string

Filter webhooks by display name (partial match, case-insensitive)

filter[callbackUri]
string

Filter webhooks by callback URI (partial match, case-insensitive)

filter[isEnabled]
boolean

Filter webhooks by enabled status

filter[autoSubscribe]
boolean

Filter webhooks by auto-subscribe setting

page[number]
integer
default:1

Page number for pagination (JSON:API)

Required range: x >= 1
page[size]
integer
default:50

Number of resources per page (JSON:API)

Required range: 1 <= x <= 100

Response

List of webhooks for the authenticated application

data
object[]
required
Example:
meta
object
required
Example: