---
title: "Test Webhook Delivery"
method: GET
path: "/api/v1/webhook/test"
---

# Test Webhook Delivery

`GET /api/v1/webhook/test`

This endpoint will send test data to your webhook endpoint so you may verify your integration

## Query parameters

- `destination` string, uri, required
- `version` 'webhook/v1', required
- `kind` 'News/v1' | 'Signals/v1' | 'Earnings/v1' | 'Ratings/v1' | 'Dividends/v1' | 'IPOs/v1' | 'Guidance/v1' | 'Splits/v1' | 'OptionActivity/v1' | 'Conference/v1' | 'Economics/v1' | 'Offerings/v1' | 'MA/v1' | 'Retail/v1' | 'FDA/v1' | 'WIIMs/v1' | 'SECInsiderTransaction/v1' | 'GovernmentTrade/v1', required
- `token` string

## Response `200`

Success - Test webhook delivery was sent successfully

- object
  - `status` string

## Other responses

- `400` — Invalid request - Inspect response body for details
- `424` — Delivery error - System encountered an error delivering the test payload
- `500` — Internal server error

---

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