Subscribe to API events (SSE).

Opens a long-lived Server-Sent Events (SSE) stream (text/event-stream) for this client.
Each message contains event: <ApiEvents> and data: <json>, where data is a JSON payload
specific to the event type. Clients should auto-reconnect if the connection is interrupted.

Possible event: values are: ORDER_STATUS_CHANGED, ASSET_DEPLOYED.

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here!