GET
/
v1
/
ledger-account
/
{id}
Get ledger account
curl --request GET \
  --url http://localhost:3001/v1/ledger-account/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "accountNumber": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Ledger Account ID

Response

200 - application/json

The response is of type object.