---
title: "GET /v1/plus/company/"
method: GET
path: "/v1/plus/company/"
tags: ["v1"]
---

# GET /v1/plus/company/

`GET /v1/plus/company/`

## Response `200`

- PlusTenant
  - `id` integer, required
  - `name` string, required
  - `address` string
  - `logo` string, uri, nullable
  - `background` string, uri, nullable
  - `brand_color` string
  - `extra` unknown
  - `currency` 'KZT' | 'USD' | 'RUB' | 'EUR' | 'UZS' | 'KGS' | 'AED' | 'SAR' — * `KZT` - KZT * `USD` - USD * `RUB` - RUB * `EUR` - EUR * `UZS` - UZS * `KGS` - KGS * `AED` - AED * `SAR` - SAR
  - `country` 'KZ' | 'UAE' — * `KZ` - Kazakhstan * `UAE` - United Arab Emirates
  - `created_at` string, date-time, required
  - `companies` PlusCompany[], required
    - `id` integer, required
    - `price_from` string, decimal
    - `worktimes` Worktime[], required
      - `id` integer, required
      - `start` string, time, required
      - `end` string, time, required
      - `weekdays` integer[], required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `rental_point_id` integer, nullable
    - `active` boolean
    - `name` string, required
    - `description` string, nullable
    - `address` string
    - `address_url` string, uri, nullable
    - `icon` string, uri, nullable
    - `background` string, uri, nullable
    - `extra` unknown
    - `payment` boolean
    - `tenant` integer, nullable
    - `user` integer, nullable
    - `category` integer, nullable
  - `public` boolean, required

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/versions/90700f5abfcc/schema)
