Get Reports by Customer

GET {{baseUrl}}/decisioning/v1/customers/{{customerId}}/reports

Get all reports that have been generated by calling one of the Generate Report services for the given customer.

The report's status field will contain inProgress, failure, or success. If the status shows inProgress, the client app should wait 20 seconds and then call this endpoint again.

Supported regions: πŸ‡ΊπŸ‡Έ

Request Params

KeyDatatypeRequiredDescription
purposenumber2-digit code from Permissible Purpose Codes, specifying the reason for retrieving this report.

HEADERS

KeyDatatypeRequiredDescription
Finicity-App-Keystring
Acceptstring
Finicity-App-Tokenstring

RESPONSES

status: OK

{"reports":[{"id":"u4hstnnak45g","consumerId":"0bf46322c167b562e6cbed9d40e19a4c","consumerSsn":"9999","requesterName":"Finicity Test API","requestId":"cjqm4wtdcn","constraints":{"accountIds":["5011648377","5011648378","5011648379"],"reportCustomFields":[{"label":"loanID","value":"123456","shown":true}],"showNsf":false,"fromDate":1607450357,"incomeStreamConfidenceMinimum":50},"type":"voi","status":"inProgress","createdDate":1607450357}]}