v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
subscriptions

Send a 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.

post/subscriptions/{subscriptionId}/test-event

Path parameters

subscriptionIdstring uuid required

The unique identifier (UUID) of the subscription you want to interact with. This ID is returned when you create a subscription and can be retrieved from the GET /subscriptions endpoint.

Request body

topicNamestring 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

Ok