---
title: "POST /v1/financial_connections/asset_report/refresh"
method: POST
path: "/v1/financial_connections/asset_report/refresh"
tags: ["Asset Reports"]
---

# POST /v1/financial_connections/asset_report/refresh

`POST /v1/financial_connections/asset_report/refresh`

Refreshes the Asset Report in JSON format. For Plaid, you will need to have the assets product enabled on your plaid account.

## Headers

- `Fuse-Client-Id` string, required
- `Fuse-Api-Key` string, required
- `Plaid-Client-Id` string
- `Plaid-Secret` string
- `Teller-Application-Id` string
- `Teller-Certificate` string
- `Teller-Private-Key` string
- `Teller-Token-Signing-Key` string
- `Teller-Signing-Secret` string
- `Mx-Client-Id` string
- `Mx-Api-Key` string
- `Snaptrade-Client-Id` string
- `Snaptrade-Consumer-Key` string
- `Flinks-Ca-Customer-Id` string
- `Flinks-Us-Customer-Id` string
- `Flinks-Us-Instance-Id` string
- `Flinks-Ca-Instance-Id` string
- `Mono-Public-Key` string
- `Mono-Secret-Key` string
- `Mono-Webhook-Secret` string
- `TrueLayer-Client-Id` string
- `TrueLayer-Client-Secret` string
- `Finverse-Client-Id` string
- `Finverse-Client-Secret` string
- `Belvo-Secret-Id` string
- `Belvo-Secret-Password` string
- `Finicity-Partner-Secret` string
- `Finicity-Partner-Id` string
- `Finicity-App-Key` string
- `Basiq-Api-Key` string
- `Akoya-Client-Id` string
- `Akoya-Client-Secret` string
- `SaltEdge-App-Id` string
- `SaltEdge-App-Secret` string

## Request body

- RefreshAssetReportRequest
  - `access_token` string, required — Access fuse token corresponding to the financial account to be refresh the Asset Report for.
  - `asset_report_token` string, required — The asset_report_token returned by the original call to /asset_report/create
  - `days_requested` number — The maximum integer number of days of history to include in the Asset Report

## Response `200`

Response

- RefreshAssetReportResponse
  - `asset_report_token` string — A token that can be provided to endpoints such as /asset_report to fetch an asset report.
  - `asset_report_id` string — A unique ID identifying an Asset Report.
  - `request_id` string — An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues.

---

[API](https://skmtc.net/letsfuse/apis/sessions.md) · [All operations](https://skmtc.net/letsfuse/apis/sessions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/letsfuse/sessions/revisions/816323e226dc/schema)
