Events

Subscribe to real time events.

Subscribe to events. An EventSource can be used to listen to events (the Swagger test page won't work).

Each client connection is unique to that client app, and clients will only receive the events that are meant for them.

Authenticate with the standard Authorization header. Clients built on the native browser EventSource cannot send headers; those can send the JWT in the deprecated authorization query param instead.<br /><hr /><h3>🛡️ Requires Capabilities: None</h3>

get/api/v1/events/subscribe

Query parameters

{"stackTrail":"paths:/api/v1/events/subscribe:get:parameters:0:schema","oasType":"schema","type":"unknown"}

The JWT, for EventSource implementations that cannot send an Authorization header.

Changes

Changed in 1 of the 176 revisions of this API.5

    • the endpoint scheme security Local User JWT was added to the API

      api-security-added

    • the query request parameter authorization became optional

      request-parameter-became-optional

    • query request parameter authorization was deprecated

      request-parameter-deprecated

    • for the query request parameter authorization, the type/format was generalized from string/ to /

      request-parameter-type-generalized

    • added the non-success response with the status 401

      response-non-success-status-added