Refresh Asset Report
POST https://{{env_url}}/asset_report/refresh
Create a new Asset Report based on the old one, but with the most recent data available from the financial institution(s).
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "asset_report_token"=>"{{asset_report_token}}", "days_requested"=>30, "options"=>{"client_report_id"=>"ENTER_CLIENT_REPORT_ID_HERE", "webhook"=>"https://www.example.com/webhook", "user"=>{"client_user_id"=>"ENTER_USER_ID_HERE", "first_name"=>"ENTER_FIRST_NAME_HERE", "middle_name"=>"ENTER_MIDDLE_NAME_HERE", "last_name"=>"ENTER_LAST_NAME_HERE", "ssn"=>"111-22-1234", "phone_number"=>"1-415-867-5309", "email"=>"ENTER_EMAIL_HERE"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"asset_report_id":"d688fccd-ea25-441c-8432-da7ad149d272","asset_report_token":"assets-sandbox-0334b31a-177f-4f4e-9764-ed20d217ef9b","request_id":"Nzrib"}