List webhooks

Returns a list of webhooks.

You can use optional parameters to filter webhooks. For example, use enabled=true to return only webhooks that are currently enabled.

SecurityCommonAuth
Request
query Parameters
limit
integer [ 1 .. 1000 ]
Default: 100

The maximum number of results to return.

Example: limit=200
offset
integer
Default: 0

The number of items to skip before returning results.

Example: offset=100
webhookEventTypeId
string <uuid>

The ID of the webhook event type to work with.

Example: webhookEventTypeId=da91434a-4026-42ea-84b8-d0317b64af9c
enabled
string

Optional query parameter to filter the response with (whether the webhook is enabled or not).

Enum: "true" "false"
webhookEventTypeName
string

Optional name of the webhook event type to filter the response with.

accountId
string

The ID of the account to work with.

Example: accountId=F50091
Responses
200

OK

get/webhooks
Request samples
Response samples
application/json
{
  • "limit": 200,
  • "offset": 100,
  • "count": 67,
  • "rows": [
    ]
}