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
Response
Ok