Lens API
Session Events Process
Sends an event to an active session to process
POST
Overview
This endpoint sends an event to an active session to process.Request
The ID of the active session the event should be routed to.
The event to route to the session. Must contain a
type field.Response
Response type. “error” indicates a processing error occurred.
Event processing result or error details.