---
title: "Test a webhook"
method: POST
path: "/v1/webhooks/{id}/test"
tags: ["Webhooks"]
---

# Test a webhook

`POST /v1/webhooks/{id}/test`

test a webhook.

## Path parameters

- `id` string, required

## Request body

- WebhookTestRequest
  - `payload` object, required

## Response `200`

- Operation
  - `operation` string, required — Operation performed
  - `success` boolean, required — Specify whether the operation was successful

## Other responses

- `400`
- `500`

---

[API](https://skmtc.dev/karrio/apis/karrio-api.md) · [All operations](https://skmtc.dev/karrio/apis/karrio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/karrio/karrio-api/revisions/76ab3b7c3a61/schema)
