---
title: "Send a test webhook"
method: POST
path: "/sandbox/webhooks/test"
tags: ["Sandbox"]
---

# Send a test webhook

`POST /sandbox/webhooks/test`

Send a test webhook to the configured endpoint

## Response `200`

Webhook delivered successfully

- TestWebhookResponse
  - `url` string, uri — URL where the webhook was sent
  - `response_status` integer, required — The HTTP status code returned by the webhook endpoint
  - `response_body` string — The raw body content returned by the webhook endpoint in response to the request

## Other responses

- `400` — Bad request - Webhook delivery failed
- `401` — Unauthorized
- `500` — Internal service error

---

[API](https://skmtc.net/stainless-api/apis/grid-api.md) · [All operations](https://skmtc.net/stainless-api/apis/grid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stainless-api/grid-api/revisions/151f2d9bad9c/schema)
