cURL
curl --request GET \ --url http://localhost:3001/v1/ledger-account \ --header 'Authorization: Bearer <token>'
[ { "accountNumber": "<string>", "name": "<string>", "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ]
Get all ledger accounts for the organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Account number of the ledger account
Name of the ledger account
The unique identifier of the entity.
The date and time the entity was created.
The date and time the entity was last updated.
Was this page helpful?