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

# List Webhooks

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

## Path parameters

- `company` integer, required

## Query parameters

- `cursor` string
- `size` integer

## Response `200`

A paginated collection of webhooks

- object
  - `meta` object
    - `nextCursor` string
    - `prevCursor` string
  - `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/b4b302ac9e83/schema)
