# List of blocked domains for the user

Returns the list of all domains currently blocked by the authenticated user. Each entry is a domain string (e.g. 'example.com').

Endpoint: GET /api/v1/user-domain-block
Version: 1.0
Security: header

## Response 401 fields (application/json):

  - `errorCode` (string, required)
    Error code

  - `message` (string, required)
    Error message

  - `docUrl` (string)
    Link to documentation


