v1
latestOpenAPI 3.1.02026-08-04103211436.0 KBAccountingAccounts
Retrieve accounting account
Returns a single accounting account by accountingCode, including deactivated accounts.
get/accountingaccounts/{companyId}/{accountingCode}
Path parameters
accountingCodestring required
companyIdstring required
Response
Successful Response
Example response
{
"accountingName": "Clients - Domestic",
"attributes": [
{
"customId": "cost-center",
"value": "Marketing",
"valueCustomId": "cc-marketing"
}
],
"accountingCode": "430001",
"balance": 15230.75
}