---
title: "Get a webhook"
method: GET
path: "/api/webhooks/{id}"
tags: ["Webhooks"]
---

# Get a webhook

`GET /api/webhooks/{id}`

## Path parameters

- `id` string, required

## Response `200`

Webhook.

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

## Other responses

- `404` — Error.

---

[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)
