# List all blocked URLs

Endpoint: GET /v1/controls/blockedUrls
Version: v1
Security: x-api-key

## Security:

  - `x-api-key` (unknown)
    apiKey in header x-api-key

## Response 200:

  - `200` (unknown)
    OK

## Response 200 fields (application/json):

  - `result` (array)
    Example: ["*://*.example.com/*","*://other.example.com/path/to*"]

## Response 400:

  - `400` (unknown)
    Bad Request

