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

# List webhook subscriptions

`GET /webhooks`

Retrieve a paginated list of your organization's webhook subscriptions,
    newest first. Secrets are never included.

    Authentication:
    - API key with READ or READ_WRITE permission

## Query parameters

- `limit` integer — Number of items to return
- `offset` integer — Number of items to skip

## Response `200`

Subscriptions retrieved

- unknown

## Other responses

- `401` — Invalid or missing API key
- `403` — Insufficient permissions

---

[API](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1.md) · [All operations](https://skmtc.net/yourang/apis/yourang-ai-external-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yourang/yourang-ai-external-api-v1/revisions/49680ee64400/schema)
