v1
latestOpenAPI 3.0.32026-07-24614422630.2 KBAccounts
Get an account by id
Retrieves detailed information about a specific account using its unique identifier. It could be Account_ID, CRM_ID or External_ID. This endpoint provides comprehensive data for a particular account, enabling users to access full account details.
get/accounts/{id}
Path parameters
idstring required
Uniquely identifies the Account
Query parameters
idType'ACCOUNT_ID' | 'CRM_ID' | 'EXTERNAL_ID'
Specifies the type of ID being used. Allowed values are account_id: The default account ID. crm_id: The CRM (Customer Relationship Management) ID external_id: An external system's ID for the account. Default is account_id
Response
successful operation