GET
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*" ] }
curl -i -X GET \
https://api.pushsecurity.com/v1/controls/blockedUrls \
-H 'x-api-key: YOUR_API_KEY_HERE'{ "result": [ "*://*.example.com/*", "*://other.example.com/path/to*" ] }