---
title: "Get Webhook Event"
method: GET
path: "/v2/webhooks/{webhook_nanoid}/events/{event_nanoid}"
tags: ["B2B Webhooks"]
---

# Get Webhook Event

`GET /v2/webhooks/{webhook_nanoid}/events/{event_nanoid}`

Returns the stored event row and payload when this event has at least one delivery for the webhook endpoint.

## Path parameters

- `webhook_nanoid` string, required
- `event_nanoid` string, required

## Response `200`

Default Response

- object
  - `success` true, required
  - `data` object, required
    - `event_nanoid` string, required — Unique identifier of the Webhook Event.
    - `event_type` string, required — Event type stored for this webhook event row.
    - `version` string, required
    - `idempotency_key` string, required
    - `payload` object, required — Original event data body sent to subscribed endpoints.
    - `created_at` string, date-time, required

## Other responses

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

---

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