---
title: "Send a test event to a webhook endpoint"
method: POST
path: "/v1/webhooks/test"
tags: ["Webhooks"]
---

# Send a test event to a webhook endpoint

`POST /v1/webhooks/test`

## Headers

- `Idempotency-Key` string

## Request body

- object
  - `endpoint_id` string, required
  - `type` 'claim.reviewed' | 'adjudication.decision' | 'settlement.funded' | 'settlement.failed' | 'claim.status.updated' | 'reconciliation.posted', required

## Response `200`

Event dispatched

## Other responses

- `400` — 400 Bad Request
- `401` — 401 Unauthorized
- `404` — 404 Not Found
- `500` — 500 Server Error

---

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