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
POST/subscriptions

createSubscription

Create webhook subscription

Authentication requiredBearerAuth

Request Body*

application/json

object
callbackUrl*string<uri>
eventTypes*array
memberIdstring

Optional — filter to a specific member

Responses

201Subscription created
400Bad request

Example Request

cURL
curl -X POST \
  'https://api.optum.com/optum-real/v1/subscriptions'