---
title: "Test webhook"
method: POST
path: "/api/webhooks/test"
tags: ["Webhooks"]
---

# Test webhook

`POST /api/webhooks/test`

## Request body

- object
  - `id` integer, required

## Response `200`

Test result

- object
  - `success` boolean
  - `status_code` integer
  - `response_time_ms` number

## Other responses

- `401` — Authentication required
- `403` — Insufficient permissions
- `404` — Resource not found

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
