---
title: "Simulate Webhook"
method: POST
path: "/api/sandbox/b2b/utilities/simulate-webhook"
---

# Simulate Webhook

`POST /api/sandbox/b2b/utilities/simulate-webhook`

This endpoint lets you simulate webhook events in the sandbox environment, allowing you to test your webhook handling code without waiting for real events.

## Request body

- object
  - `webhookStatus` string — The status of the transaction. e.g successful or failed. Defaults to successful
  - `externalReference` string, required

## Response `200`

200

- object

## 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/versions/f3fef13ed253/schema)
