Authorization: Bearer ********************curl --location --request GET 'https://api-staging.tenbyte.io/v1/v1/libraries/314221a1-3cbf-4d3c-846e-f6c22bc43064/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
}