v1

latestOpenAPI 3.0.1Apache 2.02026-07-248286406.8 KB
Account

Get webhooks

This GET endpoint is used to retrieve the current list of webhook configurations for your account. <br> You can use this endpoint to view the registered webhook URLs along with the specific events they are configured to listen to. <br> There are no required parameters to access this endpoint. <br> The response will return a JSON object containing an array of webhook URLs and the corresponding event types they are subscribed to.

get/payout/account/webhooks

Response

successful operation

webhook_urlstring required

Webhook URL

event_typesstring[] required

The events the webhook URL is subscribed to

webhook_tokenstring uuid required

The token associated with this webhook configuration