---
title: "Get Webhook"
method: GET
path: "/api/b2b/webhook/{id}"
---

# Get Webhook

`GET /api/b2b/webhook/{id}`

Fetch a webhook.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `createdAt` string
    - `data` object
      - `transactionId` string
      - `status` string
      - `type` string
      - `externalReference` string
    - `response` object
      - `status` string
    - `event` string
    - `webhookUrl` string
    - `status` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
