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

# POST /v0/webhooks/{webhook-id}/actions/test

`POST /v0/webhooks/{webhook-id}/actions/test`

Send a test event to the webhook

## Path parameters

- `webhook-id` string, required

## Response `201`

Created

- union
  - object
    - `webhook-request-status` 'default', required
    - `updated-at` string, date-time, required — ISO 8601 formatted date-time.
  - object
    - `webhook-request-status` 'complete', required
    - `updated-at` string, date-time, required — ISO 8601 formatted date-time.
    - `webhook-http-status` integer, required
    - `webhook-error-code` 'webhook-timeout' | 'webhook-unknown-host' | 'webhook-unknown-error' | 'webhook-internal-error' | 'webhook-invalid-response', required

## Other responses

- `401` — Requires an API key to continue
- `409` — An existing test is in-flight
- `422` — The webhook is not active

---

[API](https://skmtc.net/griffin/apis/the-griffin-api.md) · [All operations](https://skmtc.net/griffin/apis/the-griffin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/griffin/the-griffin-api/versions/178ed43d543b/schema)
