> ## 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.

# Dashboard

> Dashboard

### Responses

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

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

<ResponseExample>
  ```json 200 theme={null}
  {
    "open_count": 1,
    "overdue_amount": "string",
    "overdue_count": 1,
    "total_outstanding": "string"
  }
  ```
</ResponseExample>
