🚀 Version 2.0 is now live! See our changelog for details
cURL
curl --request GET \ --url https://api.tenbyte.io/v1/stream/libraries/{libraryId}/security \ --header 'Authorization: Bearer <token>'
{ "data": { "whitelist_referrers": { "action": "allow", "values": [ "www.vidinfra.com", "app.partnerdomain.com" ], "enabled": false }, "blocked_countries": { "action": "allow", "values": [ "CN", "RU" ], "enabled": false } }, "message": "Security Settings Fetched Successfully", "success": true }
Retrieve the current security settings for a specific library, including access controls and privacy configurations.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the library.
Show child attributes