get
https://{yourinstance}.makaira.io/stream/
Get Stream by ID
Returns a single stream by its ID.
Requires authentication.
Request
GET /stream/{id}
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The ID of the stream. |
Headers
| Header | Value |
|---|---|
Authorization | Bearer <token> |
Response
Returns the stream object.
Example Response
{
"id": 3,
"title": "Featured Products",
"boostFactor": 50
} 200OK

