Event Debugging

Admin-level operations to interact, debug, and test lower-level logic of modules.

Inject a message to the event hub

SecurityOAuth2 or ApiKey
Request
Request Body schema: applicajon/json

Post a message to the event hub

object (Event)

Event Hub object schema

Responses
200

Response success

400

Malformed request.

401

Unauthorized access, invalid credentials were used.

403

Access forbidden. Current token does not have the necessary authority for the operation.

422

Invalid data was sent.

post/events
Request samples
applicajon/json
{
  • "EventData": {
    }
}
Response samples
application/json
{
  • "status": 200,
  • "success": true
}