---
title: "Test webhook delivery"
method: GET
path: "/seller/webhooks/{webhookId}/test"
tags: ["seller-webhooks"]
---

# Test webhook delivery

`GET /seller/webhooks/{webhookId}/test`

Send a synthetic test event to a specific webhook endpoint.

Use this endpoint to validate receiver reachability, authentication/signature handling, and payload processing before relying on live events.

Response behavior:

- On success, returns statusCode 200.
- On delivery failure, returns the failure statusCode and a Base64-encoded HAR payload in 'har' for deep diagnostics.

Recommended usage:

1. Create or update webhook configuration.
2. Run this test endpoint.
3. If it fails, decode the HAR payload and inspect request/response details.
4. Re-test after receiver-side fixes until statusCode is 200.

This endpoint is intended for validation and troubleshooting, not production event simulation at scale.

## Path parameters

- `webhookId` string, required — Identifier of the webhook endpoint to retrieve

## Response `200`

Webhook endpoint

- object
  - `statusCode` number, required — HTTP status code of the test webhook delivery
  - `har` string — When a failure occurs, this property contains a Base 64 encoded HAR file of the webhook delivery attempt

## Other responses

- `404` — Webhook or seller not found

---

[API](https://skmtc.net/managem/apis/managem-api.md) · [All operations](https://skmtc.net/managem/apis/managem-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/managem/managem-api/versions/6367b514f6ea/schema)
