Skip to main content
GET
List webhooks
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Query Parameters

limit
integer<int32>

Maximum number of webhooks to return. Range 1-100. Defaults to 10.

statuses
enum<string>[]

Optionally filter by webhook status.

Available options:
WEBHOOK_STATUS_PENDING,
WEBHOOK_STATUS_ACTIVE,
WEBHOOK_STATUS_ERROR,
WEBHOOK_STATUS_DISABLED,
WEBHOOK_STATUS_REJECTED
ids
string[]

Optionally filter by webhook IDs. Limit 100.

page_cursor
string

Pagination cursor from a previous response.

Response

200 - application/json

A successful response.

items
object[]
next_page_cursor
string