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

# Test webhook endpoint

`POST /webhooks/{id}/test`

## Path parameters

- `id` string, required

## Response `200`

Test result

- object
  - `success` boolean, required
  - `statusCode` integer, required
  - `error` string

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `404` — Not found
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.

---

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