Optum Real-Time API
restrictedv1
Low-latency real-time data streaming for clinical events, member status changes, and care gap notifications via Server-Sent Events and webhooks.
All endpoints
GET
/eventsstreamEvents
Stream clinical events (SSE)
Returns a Server-Sent Events stream of real-time clinical events.
Authentication required—BearerAuth
Query Parameters
| Name | Type | Description |
|---|---|---|
| eventTypes | array | — |
| memberId | string | — |
Responses
200SSE stream
string
401Unauthorized
403Forbidden
Example Request
cURL
curl -X GET \ 'https://api.optum.com/optum-real/v1/events'