---
title: "List webhooks"
method: GET
path: "/api/webhooks"
tags: ["Webhooks"]
---

# List webhooks

`GET /api/webhooks`

## Response `200`

Webhook list.

- object
  - `success` unknown
  - `webhooks` Webhook[]
    - `id` string
    - `url` string
    - `events` string[]
    - `is_active` boolean
    - `created_at` integer
    - `last_delivery_at` integer
    - `last_status` integer
    - `secret_hint` string

---

[API](https://skmtc.net/invovate/apis/invovate-invoice-api.md) · [All operations](https://skmtc.net/invovate/apis/invovate-invoice-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invovate/invovate-invoice-api/versions/9d493e278f33/schema)
