Skip to main content
GET
Get webhook by ID
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 →

Path Parameters

webhook_id
string
required

Response

200 - application/json

A successful response.

id
string
required
status
enum<string>
required
Available options:
WEBHOOK_STATUS_PENDING,
WEBHOOK_STATUS_ACTIVE,
WEBHOOK_STATUS_ERROR,
WEBHOOK_STATUS_DISABLED,
WEBHOOK_STATUS_REJECTED
name
string
required
endpoint_url
string
required
event_types
string[]
required
rps_limit
integer<int32>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
auth_type
enum<string>
required
Available options:
AUTH_TYPE_OAUTH2,
AUTH_TYPE_API_KEY