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

# List Webhooks

`GET /v2/webhooks`

## Query parameters

- `company_nanoid` string, required
- `team_nanoid` string
- `cursor` string
- `limit` integer

## Response `200`

Default Response

- object
  - `success` true, required
  - `data` object, required
    - `webhooks` object[], required
      - `webhook_nanoid` string, required — Unique identifier of the Webhook.
      - `webhook_version` 'v1' | 'v2', required — Whether this endpoint uses v1 (Ethereum-signed) or v2 (HMAC) delivery.
      - `url` string, uri, required
      - `events` string[], required
      - `is_active` boolean, required
      - `name` string, nullable, required
      - `description` string, nullable, required
      - `created_at` string, date-time, required
      - `updated_at` string, date-time, required
    - `next_cursor` string, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy.md) · [All operations](https://skmtc.net/riseworks/apis/b2b-api-v1-legacy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/riseworks/b2b-api-v1-legacy/versions/6f6941749255/schema)
