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

# GET /webhooks/{id}

`GET /webhooks/{id}`

## Path parameters

- `id` string, required

## Response `200`

Webhook data

- Webhook
  - `id` string
  - `name` string
  - `url` string
  - `products` string
  - `triggers` string[]
  - `token` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — Solicitação Inválida
- `404` — Não Encontrado

---

[API](https://skmtc.dev/kiwify/apis/api-kiwify.md) · [All operations](https://skmtc.dev/kiwify/apis/api-kiwify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kiwify/api-kiwify/revisions/b4bbffaf0088/schema)
