POST
/
streams
curl --request POST \
  --url https://{basin}.b.aws.s2.dev/v1/streams \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "config": null,
  "stream": "<string>"
}'
{
  "created_at": "<string>",
  "deleted_at": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

201
application/json

The response is of type object.