Management
List Webhooks
Lists all webhook configurations for the project.
📘 Webhook Documentation
Read Introduction to webhooks article to learn how webhooks work in Voucherify.
get/management/v1/projects/{projectId}/webhooks
Response
Returns the details about webhook configurations created in the project.
Example response
{
"data": [
{
"id": "wh_i45Uez36Uz8XNW6PXC0eyGmb",
"created_at": "2024-01-02T08:31:46.562Z"
}
]
}