curl --request GET \
--url https://app.tagadapay.com/api/public/v1/webhooks \
--header 'Authorization: Bearer <token>'[
{
"id": "wh_abc123",
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef/",
"enabled": true,
"eventTypes": [
"order/paid"
],
"createdAt": "2024-01-01T12:00:00.000Z"
}
]List all webhook endpoints for a store
curl --request GET \
--url https://app.tagadapay.com/api/public/v1/webhooks \
--header 'Authorization: Bearer <token>'[
{
"id": "wh_abc123",
"url": "https://hooks.zapier.com/hooks/catch/123456/abcdef/",
"enabled": true,
"eventTypes": [
"order/paid"
],
"createdAt": "2024-01-01T12:00:00.000Z"
}
]