Retrieves a list of all webhooks registered in your store. Each webhook includes details such as its URL, subscribed events, status, and creation date. Useful for managing or auditing your webhook integrations.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"{{companyId}}"
"confirmed"
200
[
{
"created_at": "2025-10-10T14:55:27.000000Z",
"description": null,
"events": ["order.created"],
"failure_count": 0,
"id": "01k779x9jv4cdpca6zjzgdatj3",
"is_active": true,
"last_triggered_at": null,
"metadata": null,
"secret": "c2EmRyAUY0uND8qvv2px5iOUbYHDpAtz",
"updated_at": "2025-10-10T14:55:27.000000Z",
"url": "https://genuka-api.test/admin"
}
]