cURL
curl --request GET \ --url https://{basin}.b.aws.s2.dev/v1/streams/{stream} \ --header 'Authorization: Bearer <token>'
{ "delete_on_empty": null, "retention_policy": null, "storage_class": null, "timestamping": null }
Get the config of a stream.
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Bearer <token>
<token>
Stream name.
The response is of type object.
object