curl --request GET \
--url https://api.wellapp.ai/v1/balances/{id} \
--header 'Authorization: <authorization>'Fetch detailed information about a single balance record by ID with optional relationship inclusion. Returns comprehensive balance data including local and accounting currency information, foreign exchange rates, and associated relationships.
curl --request GET \
--url https://api.wellapp.ai/v1/balances/{id} \
--header 'Authorization: <authorization>'Bearer token for authentication
Unique identifier of the balance record to retrieve
Include detailed relationship data in the response. Comma-separated values supported.
transactions, account, workspaces Balance record retrieved successfully
Show child attributes