> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ap aging

> Ap aging

### Responses

<ResponseField name="200" type="ApAgingResponse" />

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.stateset.com/api/v1/ap/aging' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "current": "string",
    "days_1_30": "string",
    "days_31_60": "string",
    "days_61_90": "string",
    "days_over_90": "string",
    "total": "string"
  }
  ```
</ResponseExample>
