Refresh an Asset Report
POST /asset_report/refresh
An Asset Report is an immutable snapshot of a user's assets. In order to "refresh" an Asset Report you created previously, you can use the /asset_report/refresh endpoint to create a new Asset Report based on the old one, but with the most recent data available.
The new Asset Report will contain the same Items as the original Report, as well as the same filters applied by any call to /asset_report/filter. By default, the new Asset Report will also use the same parameters you submitted with your original /asset_report/create request, but the original days_requested value and the values of any parameters in the options object can be overridden with new values. To change these arguments, simply supply new values for them in your request to /asset_report/refresh. Submit an empty string ("") for any previously-populated fields you would like set as empty.
Request Body
Required
AssetReportRefreshRequest defines the request schema for /asset_report/refresh
Parameters
client_id
client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.
secret
secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.
asset_report_token
asset_report_token returned by the original call to /asset_report/create
days_requested
/asset_report/create will be used.
options
/asset_report/refresh results. If provided, cannot be null. If not specified, the options from the original call to /asset_report/create will be used.
client_report_id
webhook
user
first_name, last_name, and ssn fields are required if you would like the Report to be eligible for Fannie Mae’s Day 1 Certainty™ program.
client_user_id
user_token created in /user/create.
first_name
middle_name
last_name
ssn
phone_number
email
Response
AssetReportRefreshResponse defines the response schema for /asset_report/refresh
Response Properties
asset_report_id
asset_report_token
/asset_report/get or /asset_report/pdf/get to fetch or update an Asset Report.
request_id