post https://{cluster}.voucherify.io/management/v1/projects//webhooks
Creates a new webhook configuration.
Webhook Documentation
Read Webhooks v2024-01-01 article to learn how webhooks work in Voucherify.
Responses
Creates a new webhook configuration.
Webhook Documentation
Read Webhooks v2024-01-01 article to learn how webhooks work in Voucherify.
xxxxxxxxxx
curl --request POST \
--url https://api.voucherify.io/management/v1/projects/projectId/webhooks \
--header 'X-Voucherify-Channel: Voucherify Documentation' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"active":true}'
Try It!
to start a request and see the response here! Or choose an example: