curl -X GET https://kube.acho.io/service/general-ledger/accounts/11100 \
-H "Authorization: jwt YOUR_TOKEN"
{
"account_id": "11100",
"account_number": 11100,
"account_name": "Cash - Operating",
"account_type": "Asset",
"normal_balance": "debit",
"currency": "USD",
"balance": 50000.00,
"opening_balance": 45000.00,
"is_summary": false,
"is_inactive": false,
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}
Retrieve a specific GL account by ID
curl -X GET https://kube.acho.io/service/general-ledger/accounts/11100 \
-H "Authorization: jwt YOUR_TOKEN"
{
"account_id": "11100",
"account_number": 11100,
"account_name": "Cash - Operating",
"account_type": "Asset",
"normal_balance": "debit",
"currency": "USD",
"balance": 50000.00,
"opening_balance": 45000.00,
"is_summary": false,
"is_inactive": false,
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}
jwt YOUR_TOKENcurl -X GET https://kube.acho.io/service/general-ledger/accounts/11100 \
-H "Authorization: jwt YOUR_TOKEN"
{
"account_id": "11100",
"account_number": 11100,
"account_name": "Cash - Operating",
"account_type": "Asset",
"normal_balance": "debit",
"currency": "USD",
"balance": 50000.00,
"opening_balance": 45000.00,
"is_summary": false,
"is_inactive": false,
"created_at": "2024-01-01T00:00:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}