Skip to main content
GET
/
reports
/
ar-aging
Accounts receivable aging report
curl --request GET \
  --url https://api.arcuserp.com/v1/reports/ar-aging \
  --header 'Authorization: Bearer <token>'
{
  "as_of_date": "2023-12-25",
  "total_ar": 123,
  "current": 123,
  "days_1_30": 123,
  "days_31_60": 123,
  "days_61_90": 123,
  "days_90_plus": 123,
  "accounts": [
    {}
  ]
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key issued per entity via Settings > Developers > API Keys. Each key carries scopes (e.g. orders:read, products:write). Bearer token format: Authorization: Bearer ark_live_ent_Test keys use ark_test_ent_. Both are issued per entity
via Settings > Developers > API Keys.

Query Parameters

as_of_date
string<date>
account_id
string<uuid>

Filter to a specific customer account

buckets
string

Custom aging thresholds (e.g. "30,60,90,120")

Response

AR aging report

as_of_date
string<date>
total_ar
number
current
number
days_1_30
number
days_31_60
number
days_61_90
number
days_90_plus
number
accounts
object[]