Skip to main content
GET
/
entities
/
{entity_id}
/
reconciliation
/
ar-aging
AR aging by customer
curl --request GET \
  --url https://api.arcuserp.com/v1/entities/{entity_id}/reconciliation/ar-aging \
  --header 'Authorization: Bearer <token>'
{
  "object": "ar_aging",
  "as_of_date": "2023-12-25",
  "customers": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "current": 123,
      "days_1_30": 123,
      "days_31_60": 123,
      "days_61_90": 123,
      "days_over_90": 123,
      "total": 123
    }
  ],
  "totals": {}
}

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.

Path Parameters

entity_id
string<uuid>
required

Query Parameters

as_of_date
string<date>

Response

AR aging summary

object
enum<string>
Available options:
ar_aging
as_of_date
string<date>
customers
object[]
totals
object