Skip to main content
GET
List Webhook Registrations

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.

Query Parameters

limit
integer
default:50

Maximum number of registrations to return.

Required range: 1 <= x <= 100
offset
integer
default:0

Number of registrations to skip for pagination.

Required range: x >= 0
enabled
boolean

When true, returns only enabled registrations.

Response

Indicates that the matching webhook registrations are returned.

items
object[]
required
pagination
object
required