cURL
curl --request GET \ --url https://aws.s2.dev/v1/basins/{basin} \ --header 'Authorization: Bearer <token>'
{ "create_stream_on_append": true, "create_stream_on_read": true, "default_stream_config": null }
Get the config of a basin.
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Bearer <token>
<token>
Basin name.
The response is of type object.
object