Get Account
GET /v1/accounts/{id}
Parameters
| Parameter | Type | Description |
|---|---|---|
id | string | Account ID |
Response 200
{
"data": {
"tenant_id": "f714f6af-...",
"account": {
"id": "ba9755d7e835cdeea6bca803721c7eba",
"ledger": 1001,
"code": 100,
"balance_type": "credit",
"status": "active",
"created_at": "2026-04-06T22:45:01Z"
}
}
}