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

# List Webhooks

`GET /v1/webhooks`

Get a list of all webhooks

## Query parameters

- `page_size` integer
- `page_token` string
- `sort` string
- `company_sid` string

## Response `200`

Webhooks retrieved successfully

- StreemApiListWebhooksResponse
  - `webhooks` 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
  - `next_page_token` string
  - `total_size` integer

## Other responses

- `403` — You do not have permission to list webhooks

---

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