---
title: "GET /api/v4/account"
method: GET
path: "/api/v4/account"
---

# GET /api/v4/account

`GET /api/v4/account`

Get account info.

## Query parameters

- `with` string

## Response `200`

The request has succeeded.

- union
  - AccountInfo
    - `id` integer
    - `name` string
    - `subdomain` string
    - `created_at` integer
    - `created_by` integer
    - `updated_at` integer
    - `updated_by` integer
    - `current_user_id` integer
    - `country` string
    - `currency` string
    - `currency_symbol` string
    - `is_unsorted_on` boolean
    - `mobile_feature_version` integer
    - `customers_mode` union
      - 'periodicity' | 'dynamic' | 'segments' | 'disabled' | 'unavailable'
      - string
    - `is_loss_reason_enabled` boolean
    - `is_helpbot_enabled` boolean
    - `contact_name_display_order` integer
    - `is_technical_account` boolean
    - `amojo_id` string
    - `uuid` string
    - `version` integer
    - `invoices_settings` InvoicesSettings
      - `lang` string
      - `invoices_catalog_id` integer
    - `is_api_filter_enabled` boolean
    - `drive_url` string
    - `_links` object
    - `_embedded` AccountEmbedded
      - `amojo_rights` AmojoRights
        - `can_direct` boolean
        - `can_create_groups` boolean
      - `users_groups` UsersGroup[]
        - `id` integer
        - `name` string
        - `uuid` string
      - `task_types` TaskType[]
        - `id` integer
        - `name` string
        - `color` string
        - `icon_id` integer
        - `code` string
      - `datetime_settings` DateTimeSettings
        - `date_pattern` string
        - `short_date_pattern` string
        - `short_time_pattern` string
        - `date_format` string
        - `time_format` string
        - `timezone` string
        - `timezone_offset` string
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

[API](https://skmtc.net/hexlet/apis/amocrm-api.md) · [All operations](https://skmtc.net/hexlet/apis/amocrm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexlet/amocrm-api/versions/800f4ed7083b/schema)
