# Domain-blocks Endpoints for managing user-level domain blocks to filter content from specific servers ## List of blocked domains for the user - [GET /api/v1/user-domain-block](https://docs.wellesley.social/openapi/domain-blocks/paths/~1api~1v1~1user-domain-block/get.md) ## Unblock previously blocked domain - [DELETE /api/v1/user-domain-block/{domain}](https://docs.wellesley.social/openapi/domain-blocks/paths/~1api~1v1~1user-domain-block~1%7Bdomain%7D/delete.md) ## Block specific domain - [POST /api/v1/user-domain-block/{domain}](https://docs.wellesley.social/openapi/domain-blocks/paths/~1api~1v1~1user-domain-block~1%7Bdomain%7D/post.md): Block a domain to: * hide all public posts from it * hide all notifications from it * remove all followers from it * prevent following new users from it (but does not remove existing follows)