GET
/
v0
/
business
/
{business_id}
/
ledger
curl --request GET \
  --url https://api.sandbox.getasset.com/v0/business/{business_id}/ledger \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "business_id": "<string>",
      "name": "<string>",
      "type": "asset",
      "subtype": "current_asset",
      "special_ledger_type": "uncategorized_inflow",
      "financial_account_type": "bank_account",
      "debit_credit": "debit",
      "sort_code": "<string>",
      "editable": true,
      "report_cash_flow": true,
      "parent_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

business_id
string
required

Response

200
application/json
Successful Response
data
object[]
required