cURL
curl --request GET \ --url http://sandbox.mintlify.com/streaming/sinks \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "type": "kinesis", "enabled": true, "config": {} } ]
Get a list of all configured streaming data sinks
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
List of configured sinks
Unique identifier for the sink
Type of streaming sink
kinesis
fivetran
Whether the sink is enabled
Sink-specific configuration