# Get the list of organizations you have access to. Get the list of organizations the user has access to. Endpoint: GET /auth/organizations Version: v1 Security: OAuth2ClientCredentials ## Response 200 fields (application/json): - `id` (string, required) - `name` (string, required) - `vat_number` (any) - `country` (any) - `payment_profiles` (array) - `payment_profiles.currency` (any) - `payment_profiles.department` (string) Enum: "UNKNOWN", "CARSALE", "SERVICE", "PARTS", "OTHER" - `payment_profiles.active` (boolean) - `payment_profiles.test_mode` (boolean) ## Response 401 fields (application/json): - `detail` (any, required)