---
title: "Get account statement"
method: GET
path: "/v1/documents/statements"
tags: ["Documents"]
---

# Get account statement

`GET /v1/documents/statements`

Generate an account statement for a date range. Maximum range is 90 days.

## Query parameters

- `startDate` string, required
- `endDate` string, required
- `format` 'html' | 'text'

## Response `200`

Statement generated.

- object
  - `content` string — The statement content in the requested format.

## Other responses

- `400` — Validation error.
- `401` — Missing or invalid authentication token.

---

[API](https://skmtc.net/yuvexpay/apis/yuvexpay-api.md) · [All operations](https://skmtc.net/yuvexpay/apis/yuvexpay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yuvexpay/yuvexpay-api/revisions/0d036504e049/schema)
