# /filters/applications/organizations - Get available organizations **GET /filters/applications/organizations** Get list of organizations for application filtering. **Special value**: If there are applications without an assigned organization, the response includes a special "No organization" entry as the first item with `id: "null"` and `type: "unassigned"`. Use this value (`no_org`) to filter applications that have no organization assigned. Only returns organizations that have at least one application assigned - organizations without applications are excluded (except for the special "No organization" entry). ## 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 Organizations 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)