Retrieve a list of webhooks

Get a list of webhooks that the partner is currently subscribed to.

For more information, see the guides: Work with webhooks -> Track order and payment lifecycle.

Request

Header Parameters
Header Parameters

Your API key that you received during integration setup. For more information, see the Authorization section.

Response

The list of all your existing webhooks

Response body
Body array of objects

The UUID of the webhook.

The webhook's URL to which event notifications will be sent. Must be a valid HTTP or HTTPS URL, capable of receiving POST requests.

Possible values: [ORDER_CREATED, ORDER_PROCESSING, ORDER_COMPLETED, ORDER_FAILED]

The list of event types that the webhook is configured to listen to.

The signing secret for the webhook. Use it to verify the signature for the webhook's request payload.

Was this page helpful?