POST /cra/check_report/partner_insights/get
This endpoint allows you to retrieve the Partner Insights report for your user. You should call this endpoint after you've received a CHECK_REPORT_READY or a USER_CHECK_REPORT_READY webhook, either after the Link session for the user or after calling /cra/check_report/create. If the most recent consumer report for the user doesn’t have sufficient data to generate the base report, or the consumer report has expired, you will receive an error indicating that you should create a new consumer report by calling /cra/check_report/create.
If you did not initialize Link with the credit_partner_insights product or have generated a report using /cra/check_report/create, we will call our partners to generate the insights when you call this endpoint. In this case, you may optionally provide parameters under options to configure which insights you want to receive.
Servers
- https://production.plaid.com
- https://sandbox.plaid.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
user_token |
String | No |
The user token associated with the User data is being requested for. This field is used only by customers with pre-existing integrations that already use the |
client_id |
String | No |
Your Plaid API |
options |
Object | No |
Deprecated, specify |
options.prism_versions |
Object | No |
Deprecated, use |
options.prism_versions.detect |
String | No |
The version of Prism Detect Valid values:
|
options.prism_versions.firstdetect |
String | No |
The version of Prism FirstDetect. If not specified, will default to v3. Valid values:
|
options.prism_versions.cashscore |
String | No |
The version of Prism CashScore. If not specified, will default to v3. Valid values:
|
options.prism_versions.extend |
String | No |
The version of Prism Extend Valid values:
|
options.prism_versions.insights |
String | No |
The version of Prism Insights. If not specified, will default to v3. Valid values:
|
third_party_user_token |
String | No |
The third-party user token associated with the requested User data. |
user_tier |
String | No |
The tier of the user. Valid values:
|
partner_insights |
Object | No |
Defines configuration to generate Partner Insights |
partner_insights.fico |
Object | No |
Configurations for FICO products used in the Partner Insights flow. |
partner_insights.fico.lender_application_id |
String | Yes |
Client-generated identifier that uniquely identifies the FICO Application ID across FICO systems. |
partner_insights.fico.ultrafico_score_requests[] |
Array | Yes |
A list of UltraFICO scoring requests. Each request contains all configuration required to generate an UltraFICO score. |
partner_insights.fico.ultrafico_score_requests[].ultrafico_score_version |
String | Yes |
The version of the UltraFICO score. Valid values:
|
partner_insights.fico.ultrafico_score_requests[].base_fico_score |
Object | Yes |
Details about the base FICO score associated with an UltraFICO scoring request. |
partner_insights.fico.ultrafico_score_requests[].base_fico_score.reason_code_1 |
String | No |
The first reason code associated with the score. |
partner_insights.fico.ultrafico_score_requests[].base_fico_score.score |
Integer | Yes |
Numeric value of the base FICO score. |
partner_insights.fico.ultrafico_score_requests[].base_fico_score.base_fico_score_version |
String | Yes |
The version of the base FICO score model. Valid values:
|
partner_insights.fico.ultrafico_score_requests[].base_fico_score.reason_code_3 |
String | No |
The third reason code associated with the score. |
partner_insights.fico.ultrafico_score_requests[].base_fico_score.reason_code_2 |
String | No |
The second reason code associated with the score. |
partner_insights.fico.ultrafico_score_requests[].base_fico_score.bureau |
String | Yes |
The credit bureau that provided the base FICO score. Valid values:
|
partner_insights.fico.ultrafico_score_requests[].base_fico_score.did_inquiries_adversely_affect_score |
Boolean | No |
Whether inquiries adversely affected this score but were not represented in one of the four reason codes. Sometimes referred to as the FACTA Flag. |
partner_insights.fico.ultrafico_score_requests[].base_fico_score.reason_code_4 |
String | No |
The fourth reason code associated with the score. |
partner_insights.fico.ultrafico_score_requests[].request_correlation_id |
String | No |
Client-generated identifier that can be used to correlate scoring requests and scoring results. |
partner_insights.fico.ultrafico_score_requests[].fico_scoring_request_id |
String | No |
FICO identifier for a particular scoring request. Should only be provided by UltraFICO as part of the FICO-led Flow. |
partner_insights.fico.fico_lender_id |
String | Yes |
ID provided by FICO that uniquely identifies the lender. Required for UltraFICO score generation. Sometimes referred to as Lender Org ID. |
partner_insights.prism_versions |
Object | No |
The versions of Prism products to evaluate |
partner_insights.prism_versions.detect |
String | No |
The version of Prism Detect Valid values:
|
partner_insights.prism_versions.firstdetect |
String | No |
The version of Prism FirstDetect. If not specified, will default to v3. Valid values:
|
partner_insights.prism_versions.cashscore |
String | No |
The version of Prism CashScore. If not specified, will default to v3. Valid values:
|
partner_insights.prism_versions.extend |
String | No |
The version of Prism Extend Valid values:
|
partner_insights.prism_versions.insights |
String | No |
The version of Prism Insights. If not specified, will default to v3. Valid values:
|
secret |
String | No |
Your Plaid API |
user_id |
String | No |
A unique user identifier, created by |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.