Skip to content

URL blocking

These objects represent the blocked URLs configured in your organization.

List all blocked URLs

Request

Security
x-api-key
GET
/v1/controls/blockedUrls
curl -i -X GET \
  https://api.pushsecurity.com/v1/controls/blockedUrls \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

OK

Headers
any
Bodyapplication/json
resultArray of strings
Example:
[ "*://*.example.com/*", "*://other.example.com/path/to*" ]
Response
{ "result": [ "*://*.example.com/*", "*://other.example.com/path/to*" ] }