Get Reports by Customer ID
GET {{baseUrl}}/decisioning/v1/customers/{{customerId}}/reports
Get all reports that have been generated by previous calls to Generate Report services for the given customer.
The status
fields in the returned contain inProgress
, failure
, or success
. If the status shows inProgress
, the client app should wait 20 seconds and then call this API again.
Supported regions:
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
purpose | number | 2-digit code from Permissible Purpose Codes, specifying the reason for retrieving this report. Required for retrieving some reports. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Finicity-App-Key | string | ||
Accept | string | ||
Finicity-App-Token | string |
RESPONSES
status: OK
{}