Management
Update Webhook
Updates a webhook configuration.
The "events" listed in the request are overwritten. If you want to add more events, provide also the events that are already in the webhook configuration.
📘 Webhook Documentation
Read Introduction to webhooks article to learn how webhooks work in Voucherify.
put/management/v1/projects/{projectId}/webhooks/{webhookId}
Request body
Response
Returns the details about the updated webhook configuration.
Example response
{
"id": "wh_i45Uez36Uz8XNW6PXC0eyGmb",
"created_at": "2024-01-02T08:31:46.562Z"
}