---
title: "Get Webhook"
method: GET
path: "/v1/webhooks/{webhook_sid}"
tags: ["webhooks"]
---

# Get Webhook

`GET /v1/webhooks/{webhook_sid}`

Retrieve a webhook by id

## Path parameters

- `webhook_sid` string, required

## Response `200`

Webhook retrieved successfully

- StreemApiGetWebhookResponse
  - `webhook` StreemApiWebhook
    - `sid` string
    - `company_sid` string
    - `label` string
    - `url` string
    - `method` string
    - `timeout_ms` integer
    - `max_attempts` integer
    - `headers` StreemApiWebhookHeader[]
      - `name` string
      - `value` string
      - `include_in_request_signature` boolean

## Other responses

- `403` — You do not have permission to get this webhook
- `404` — Webhook not found

---

[API](https://skmtc.net/streem/apis/streem-api.md) · [All operations](https://skmtc.net/streem/apis/streem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streem/streem-api/revisions/04250faebd19/schema)
