List webhook endpoints
Webhooks
List Webhooks
Returns all webhook endpoints registered for the authenticated API key’s user scope. The secretKey is not returned in list responses.
GET
List webhook endpoints
Authorizations
Partner API key. Format: sk_branch_<32chars>, sk_personal_<32chars>, or pk_<32chars> (public, read-only)
Response
List of webhook endpoints
Example:
"550e8400-e29b-41d4-a716-446655440000"
Example:
"https://example.com/webhooks/exchange"
Available options:
order.created, order.status_changed, order.cancelled, offer.updated Example:
["order.created", "order.status_changed"]Example:
true
Example:
0