Retrieve a webhook

Get the information about a specific webhook by ID.

For more information, see the guides: About webhooks and Manage webhooks.

Request

Path Parameters
Path Parameters

The ID of the webhook to retrieve.

Response

The information about the webhook

Response body
Body object

The ID of the webhook.

The valid webhook URL that event notifications are sent to. The supported protocol is https.

Possible values: [TransactionCreated, TransactionStateChanged, PayoutLinkCreated, PayoutLinkStateChanged]

The list of event types that you are subscribed to.

The signing secret for the webhook.

Was this page helpful?