Webhook APIs

List Webhooks

Retrieves a list of all webhook configurations created for the authenticated account. Each webhook object includes its subscribed event types and any associated custom headers.

get/webhooks

Headers

on-behalf-ofstring
Example:subaccount1

Allows a master account to retrieve webhooks configured by a subaccount, by specifying the subaccount's username.

Response

Webhook list retrieved successfully.

Schema[] required— unresolved $ref

Changes