---
title: "Send test usage webhook event"
method: POST
path: "/usage/v1/subscriptions/{subscriptionId}/test"
tags: ["Usage"]
---

# Send test usage webhook event

`POST /usage/v1/subscriptions/{subscriptionId}/test`

Delivers a test event to a single usage webhook subscription using the same payload shape and signing behavior as production delivery.

## Path parameters

- `subscriptionId` string, required

## Request body

- object
  - `eventType` string
  - `payload` object

## Response `200`

Test event attempted

## Other responses

- `400` — Invalid request
- `401` — Invalid API key or session
- `403` — Insufficient permissions
- `404` — Subscription not found

---

[API](https://skmtc.net/casemark/apis/case-dev-api.md) · [All operations](https://skmtc.net/casemark/apis/case-dev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/casemark/case-dev-api/revisions/5b7e64e6d6f9/schema)
