---
title: "Perform a test delivery of your webhook connection"
method: GET
path: "/utils/send-webhook-test\""
tags: ["Utilities"]
---

# Perform a test delivery of your webhook connection

`GET /utils/send-webhook-test"`

This endpoint causes a webhook message to be delivered to your configured webhook target. It will be delivered from the same network and with the same options as real webhooks. This operation is asynchronous; it will return a 200 when it queues the test event, even if the webhook then fails or if no webhook is configured on your account. Tests will not be retried.

## Response `200`

OK

- ResponseWebhookTestEndpointResponse
  - `message` string — Status message. Use the response code to determine success or failure.
  - `orgID` string — The ID of the organization that owns the webhook.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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