---
title: "Send a test event"
method: POST
path: "/subscriptions/{subscriptionId}/test-event"
tags: ["subscriptions"]
---

# Send a test event

`POST /subscriptions/{subscriptionId}/test-event`

Sends a test event to your webhook endpoint.

This is extremely useful for:
- Verifying your webhook receiver is properly configured
- Testing your event handling logic
- Confirming connectivity between AccuLynx and your systems

You must specify a valid topic name in the request body. The test event will be sent to the 
consumer URL associated with this subscription, regardless of whether the subscription is 
actually listening for that specific topic.

## Path parameters

- `subscriptionId` string, uuid, required

## Request body

- TestEventBodyPost
  - `topicName` string, required — The topic name to use for the test event. - Must be a valid topic name (use GET /topics to see available topics) - The test event will be sent regardless of whether this topic is in your subscription - The payload will be a sample representation of this event type

## Response `202`

Ok

## Other responses

- `400` — Bad Request - The server cannot process the request due to a client error. Common causes: - Invalid request format - Missing required fields - Validation errors in the request data
- `401` — Unauthorized - Authentication is required or has failed. Common causes: - Missing API key - Invalid API key - Expired or deactivated API key
- `404` — Not Found - The requested resource does not exist. Common causes: - Invalid subscription ID - Subscription has been deleted - URL path contains typos or incorrect values

---

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