cURL
curl --request GET \ --url https://api.chift.eu/consumers/{consumer_id}/accounting/analytic-accounts/{analytic_account_id}/multi-analytic-plans/{analytic_plan} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "active": true, "code": "<string>", "name": "<string>", "currency": "<string>", "balance": 123, "credit": 123, "debit": 123, "analytic_plan": "<string>" }
Returns one specific analytic account of a specific analytic plan
This access token needs to be included in each of your request to the Chift API.
Successful Response
The response is of type object.
object