Account parameters

The method allows getting the account information.

Limitations
The method is available for all account users.

“with” Parameters

ParameterDescription
amojo_idAdds the account ID in the online chat service to the response
amojo_rightsAdds in response information about the availability of the functionality for creating group and using direct chats by users
users_groupsAdds information about the available groups of account users to the response
task_typesAdds to the response information about the available types of tasks in the account
versionAdds information about the current version of Kommo to the response
entity_namesAdds entity names to the response with their translations and number forms
datetime_settingsAdds to the response information about the current settings of the account’s date and time formats
drive_urlAdds the file service address for the requested account

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

Response parameters

ParameterData typeDescription
idintAccount ID
namestringAccount name
subdomainstringAccount subdomain
languagestringAccount language
current_user_idintCurrent user ID
countrystringCountry specified in the account settings
currencystringCurrency specified in the account settings
currency_symbolstringCurrency symbol
is_unsorted_onboolDefines if the Incoming leads functionality is enabled
is_loss_reason_enabledboolDefines if the Reason for close-lost leads functionality is enabled
is_helpbot_enabledboolDefines if the AI power-up functionality is enabled (available only on the Enterprise subscription plan)
is_technical_accountboolDefines if the account is technical
contact_name_display_orderintDefines the order of the contact’s name (1 – First Name, Last Name; 2 – Last Name, First Name).
amojo_idstringGET parameter ?with=amojo_id is required. Unique account ID in the amojo chat service
versionintGET parameter ?with=version is required. Current Kommo version
drive_urlstringGET parameter ?with=drive_url is required. The file service address for a specific account.
_embedded[amojo_rights]objGET parameter ?with=amojo_rights is required. Account chats settings object
_embedded[amojo_rights][can_direct]objDefines if internal chats are available
_embedded[amojo_rights][can_create_groups]objDefines if group chats are available
_embedded[users_groups]arrayGET parameter ?with=users_groups is required. Array of the Kommo user groups objects
_embedded[users_groups][0][id]intUser group ID
_embedded[users_groups][0][name]stringUser group name
_embedded[task_types]arrayGET parameter ?with=task_types is required. Task types of the account
_embedded[task_types][0][id]intTask type ID
_embedded[task_types][0][name]stringTask type name
_embedded[task_types][0][color]stringTask type color
_embedded[task_types][0][icon_id]intTask type icon ID
_embedded[task_types][0][code]stringTask type code
_embedded[datetime_settings]objGET parameter ?with=datetime_settings is required. Date and time settings and format in the account
_embedded[entity_names]objGET parameter ?with=entity_names is required. Entities names settings

Query Params
string

This parameter takes a string which may consist of several values (with parameters table) separated by commas.

Headers
string
enum
Defaults to application/hal+json

Generated from available response content types

Allowed:
Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/hal+json
application/problem+json