POST
/
v2
/
available_shared_items_open
curl --request POST \
  --url http://127.0.0.1:9550/v2/available_shared_items_open \
  --header 'Content-Type: application/json' \
  --data '{
  "path": "<string>",
  "streamer_node_name": "<string>",
  "streamer_profile_name": "<string>"
}'
"<any>"

Fetch a list of publicly available shared items that don’t require authentication.

Body

application/json
path
string
required
streamer_node_name
string
required
streamer_profile_name
string
required

Response

200 - application/json

The response is of type any.