{
"accounting_account_code": "571",
"balance": 50,
"company_id": "01hqydxwtxdj3kmzp3bz7jk73g",
"created_at": "2025-10-10T15:02:24.000000Z",
"id": "01k77aa0qxmg81kwc0bp94cc24",
"label": "Espèces",
"logoUrl": null,
"medias": [],
"metadata": null,
"shop": null,
"shop_id": null,
"type": "cash",
"updated_at": "2025-10-10T15:02:24.000000Z"
}Treasury accounts
Get treasury account by ID
Retrieves detailed information about a specific treasury account using its unique ID. This includes account metadata, current balance, currency, transaction history summary, and related financial details.
GET
/
2023-11
/
admin
/
treasuryAccounts
/
{id}
{
"accounting_account_code": "571",
"balance": 50,
"company_id": "01hqydxwtxdj3kmzp3bz7jk73g",
"created_at": "2025-10-10T15:02:24.000000Z",
"id": "01k77aa0qxmg81kwc0bp94cc24",
"label": "Espèces",
"logoUrl": null,
"medias": [],
"metadata": null,
"shop": null,
"shop_id": null,
"type": "cash",
"updated_at": "2025-10-10T15:02:24.000000Z"
}Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Example:
"{{companyId}}"
Path Parameters
Response
200 - application/json
200
Example:
"571"
Example:
50
Example:
"01hqydxwtxdj3kmzp3bz7jk73g"
Example:
"2025-10-10T15:02:24.000000Z"
Example:
"01k77aa0qxmg81kwc0bp94cc24"
Example:
"Espèces"
Example:
[]
Example:
"cash"
Example:
"2025-10-10T15:02:24.000000Z"
