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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
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.

Body Params
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

Responses
202

Ok

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json