---
title: "Get V1 Webhook"
method: GET
path: "/v1/webhooks"
tags: ["B2B Webhooks V1"]
---

# Get V1 Webhook

`GET /v1/webhooks`

## Query parameters

- `company_nanoid` string, required

## Response `200`

Default Response

- object
  - `success` true, required
  - `data` object, required
    - `webhook_nanoid` string, required — Unique identifier of the Webhook.
    - `company_nanoid` string, required — Unique identifier of the company.
    - `endpoint` string, uri, required
    - `is_active` boolean, required
    - `signer_address` string, required — Ethereum address used to sign V1 webhook payloads.
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, 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/revisions/6f6941749255/schema)
