Get Portfolio by Customer
GET {{baseUrl}}/decisioning/v1/customers/{{customerId}}/portfolios/{{portfolioId}}
Return a portfolio of most recently generated reports for each report type for the given customer. If there are multiple reports that were generated for a report type (VOA, VOI, etc), only the most recently generated report for the type will be returned.
Supported regions:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Finicity-App-Key | string | ||
Accept | string | ||
Finicity-App-Token | string |
RESPONSES
status: OK
{"portfolioId":"y4zsgccj4xpw-6-port","reports":[{"id":"u4hstnnak45g","portfolioId":"y4zsgccj4xpw-6-port","type":"voi","status":"inProgress","createdDate":1607450357},{"id":"u4hstnnak45g","portfolioId":"y4zsgccj4xpw-6-port","type":"voi","status":"inProgress","createdDate":1607450357}]}