Skip to main content
GET
/
v0
/
business
/
{business_id}
/
reports
/
aged-receivables
Retrieve the Aged Receivables Report
curl --request GET \
  --url https://api.sandbox.getasset.com/v0/business/{business_id}/reports/aged-receivables \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "customer_id": "<string>",
      "customer_name": "<string>",
      "overdue_0_30": 123,
      "overdue_31_60": 123,
      "overdue_61_90": 123,
      "overdue_90_plus": 123,
      "total_outstanding": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getasset.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

business_id
string<biz_string>
required

The ID of the Business

Example:

"biz_GA6EG2qFxA97NZHtxeLPUy"

Query Parameters

start_datetime
string<date-time>
required

The start date (inclusive) in ISO-8601 format.

Example:

"2025-01-01T00:00:00Z"

Response

Successful Response

data
AgedReceivableReportLine · object[]
required