Get Portfolio by Consumer
GET {{baseUrl}}/decisioning/v1/consumers/{{consumerId}}/portfolios/{{portfolioId}}
Return a portfolio of most recently generated reports for each report type for a given consumer. 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}],"consumer":{"id":"0bf46322c167b562e6cbed9d40e19a4c","firstName":"John","lastName":"Smith","customerId":1005061234,"ssn":"999-99-9999","birthday":{"year":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"month":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},"dayOfMonth":{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}},"suffix":"Mr"}}