Skip to content

Opens a Server-Sent Events stream for real-time flag updates.

GET
/v1/sdk/stream
curl --request GET \
--url https://eval.featureflip.io/v1/sdk/stream \
--header 'Authorization: <Authorization>'

SSE stream opened successfully.

SDK key is missing or invalid.

Media typeapplication/json
object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties
Examplegenerated
{
"type": "example",
"title": "example",
"status": 1,
"detail": "example",
"instance": "example"
}

Flag configuration is temporarily unavailable; retry after the interval in Retry-After.