Skip to main content
GET
Get Webhooks

Authorizations

x-client-id
string
header
required

Client ID for API authentication

x-api-key
string
header
required

API Key for API authentication

Query Parameters

limit
number
default:25

The number of webhook subscriptions to return.

Required range: 1 <= x <= 100
page
number
default:1

The page number of webhook subscriptions to return.

Required range: x >= 1
sortDirection
enum<string>

Sort direction by webhook subscription created date. Defaults to descending.

Available options:
ASC,
DESC
Example:

"DESC"

status
enum<string>

Filter by webhook subscription status.

Available options:
enabled,
disabled
Example:

"enabled"

Response

200 - application/json
data
object[]
required

List of webhook subscriptions.

totalCount
number
required

Total number of webhook subscriptions matching the provided filters.

Example:

2

Last modified on July 14, 2026