---
title: "Test stream alert webhook"
method: POST
path: "/v1/account/webhook/test"
tags: ["stream-alerts"]
---

# Test stream alert webhook

`POST /v1/account/webhook/test`

Sends a test payload to the configured webhook URL and returns the result.

## Headers

- `authorization` string, nullable — Bearer JWT issued by Grove that identifies the account.

## Response `200`

Test result (success or failure with details)

- WebhookTestResponse — Response model for POST /v1/account/webhook/test.
  - `success` boolean, required — Whether the webhook endpoint responded with 2xx
  - `status_code` integer, required — HTTP status code from the webhook endpoint (0 if unreachable)
  - `message` string, required — Human-readable result description

## Other responses

- `422` — Validation Error

---

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