Webhooks
With these endpoints you can manage Webhooks.
Here you can read more about the concept of Webhooks.
📄️ List Webhooks
This endpoint returns the list of the Webhooks that belongs to the given Product identified by the
📄️ Get Webhook
This endpoint returns the metadata of a Webhook
📄️ Replace Webhook
This endpoint replaces the whole value of a Webhook identified by the `webhookId` parameter.
📄️ Update Webhook
This endpoint updates a Webhook identified by the `webhookId` parameter with a collection of [JSON Patch](https://jsonpatch.com) operations.
📄️ Delete Webhook
This endpoint removes a Webhook identified by the `webhookId` parameter.
📄️ Get Webhook Signing Keys
This endpoint returns the signing keys of a Webhook
📄️ Create Webhook
This endpoint creates a new Webhook in a specified Product