Skip to main content
GET
/
streaming
/
sinks
List configured streaming sinks
curl --request GET \
  --url http://sandbox.mintlify.com/streaming/sinks \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "type": "kinesis",
    "enabled": true,
    "config": {}
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

List of configured sinks

id
string

Unique identifier for the sink

type
enum<string>

Type of streaming sink

Available options:
kinesis,
fivetran
enabled
boolean

Whether the sink is enabled

config
object

Sink-specific configuration