# /filters/applications/systems - Get available systems **GET /filters/applications/systems** Get list of systems that have at least one application for filtering. Only returns systems with applications - systems without applications are excluded. ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Bearer auth ## Parameters ## Responses ### 200 Systems retrieved successfully #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (array[object]) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)