---
title: "Send a one-shot test delivery"
method: POST
path: "/webhooks/{id}/test"
tags: ["Webhooks"]
---

# Send a one-shot test delivery

`POST /webhooks/{id}/test`

Sends a single test payload to the webhook subscription URL to verify connectivity. The response reports whether the attempt succeeded along with the returned HTTP status code or error, if any.

## Path parameters

- `id` string, uuid, required

## Response `200`

Test delivery result

- object
  - `data` object, required
    - `success` boolean, required
    - `statusCode` number, nullable, required
    - `error` string, nullable, required

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
