---
title: "Get Webhook"
method: GET
path: "/v2/companies/{company}/webhooks/{webhook}"
tags: ["Webhooks"]
---

# Get Webhook

`GET /v2/companies/{company}/webhooks/{webhook}`

## Path parameters

- `company` integer, required
- `webhook` integer, required

## Response `200`

A single webhook

- object
  - `data` Webhook
    - `id` integer
    - `method` 'PUT' | 'GET' | 'POST' | 'PATCH'
    - `url` string
    - `features` WebhookFeature[]

---

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