Subscribe to the Event Stream
GET/firehose-svc/events/subscribe
Establish a subscription to the firehose events and accept a real time stream of them.
Responses
- 200
- 401
- 500
Event data
- text/event-stream
- Schema
Schema
string
Unauthorized
- text/event-stream
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- text/event-stream
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...