---
title: "POST /user/{userID}/export-annual-overview"
method: POST
path: "/user/{userID}/export-annual-overview"
tags: ["export-annual-overview"]
---

# POST /user/{userID}/export-annual-overview

`POST /user/{userID}/export-annual-overview`

Create a new annual overview for a specific year. An overview can be generated only for a past year.

## Path parameters

- `userID` integer, required

## Headers

- `Cache-Control` string
- `User-Agent` string, required
- `X-Bunq-Language` string
- `X-Bunq-Region` string
- `X-Bunq-Client-Request-Id` string
- `X-Bunq-Geolocation` string
- `X-Bunq-Client-Authentication` string, required

## Request body

- ExportAnnualOverview
  - `year` integer, required — The year for which the overview is.

## Response `200`

Used to create new and read existing annual overviews of all the user's monetary accounts. Once created, annual overviews can be downloaded in PDF format via the 'export-annual-overview/{id}/content' endpoint.

- ExportAnnualOverviewCreate
  - `id` integer — The id of the annual overview as created on the server.

## Other responses

- `400` — This is how the error response looks like for 4XX response codes

---

[API](https://skmtc.net/bunq/apis/bunq-api.md) · [All operations](https://skmtc.net/bunq/apis/bunq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunq/bunq-api/versions/369477c7bd26/schema)
