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 typeIs 'with' required?Description
idintAccount ID
namestringAccount name
subdomainstringAccount subdomain
current_user_idintCurrent user ID
countrystringCountry specified in the account settings
currencystringCurrency specified in the account settings
currency_symbolstringCurrency symbol
is_unsorted_onboolIs the Incoming leads functionality is enabled?
is_loss_reason_enabledboolIs the Reason for close-lost leads functionality enabled?
is_helpbot_enabledboolIs the AI power-up functionality enabled? (available only on the Enterprise subscription plan)
is_technical_accountboolIs the account technical?
contact_name_display_orderintDefines the order of the contact’s name (1 – First Name, Last Name; 2 – Last Name, First Name).
amojo_idstringUnique account identifier in the online chat service amojo.
versionintCurrent Kommo version
_embedded[amojo_rights]objChats settings object
_embedded[amojo_rights][can_direct]objDefines whether internal chats are available.
_embedded[amojo_rights][can_create_groups]objDefines whether group chats are available.
_embedded[users_groups]arrayArray 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]arrayTask types on 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]objDate and time settings and format in the account
_embedded[entity_names]objEntities names settings
Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here!