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/events

streamEvents

Stream clinical events (SSE)

Returns a Server-Sent Events stream of real-time clinical events.

Authentication requiredBearerAuth

Query Parameters

NameTypeDescription
eventTypesarray
memberIdstring

Responses

200SSE stream
string
401Unauthorized
403Forbidden

Example Request

cURL
curl -X GET \
  'https://api.optum.com/optum-real/v1/events'