List
Webhooks
Get all webhooks
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.
GET
List
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Example:
"{{companyId}}"
Query Parameters
Example:
"confirmed"
Response
200 - application/json
200
Example:
[
{
"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"
}
]