cURL
curl --request GET \ --url https://{cluster}.voucherify.io/management/v1/projects/{projectId}/webhooks/{webhookId} \ --header 'X-Management-Id: <api-key>' \ --header 'X-Management-Token: <api-key>'
{ "object": "webhook", "created_at": "2024-04-30T08:13:55.789Z", "id": "wh_Fk1HzL9lqC1lpuIFxp3TShB4", "events": [ "redemption.succeeded" ], "target_url": "your_url", "active": false }
Retrieves a webhook configuration.
๐ Webhook Documentation Read Introduction to webhooks article to learn how webhooks work in Voucherify.
๐ Webhook Documentation
Read Introduction to webhooks article to learn how webhooks work in Voucherify.
webhook
Show child attributes
Was this page helpful?