- https://api.pushsecurity.comhttps://api.pushsecurity.com/v1/controls/blockedUrls
curl -i -X GET \
https://api.pushsecurity.com/v1/controls/blockedUrls \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "result": [ "*://*.example.com/*", "*://other.example.com/path/to*" ] }