List webhooks
curl "https://api.stockroom.app/v2/webhooks" \
-H "Authorization: Bearer $STOCKROOM_KEY"{
"data": [
{
"id": 3,
"url": "https://erp.example.com/hooks/stockroom",
"description": "ERP sync",
"events": [
"purchase_order.received",
"receipt.voided"
],
"status": "active",
"api_version": 2,
"consecutive_failures": 0,
"last_delivered_at": "2026-09-11T08:12:44Z",
"last_failed_at": null,
"disabled_at": null,
"disabled_reason": null,
"created_at": "2026-09-01T10:00:00Z",
"updated_at": "2026-09-11T08:12:44Z"
}
]
}