Retrieve network attributes for the user
POST /cra/check_report/network_insights/get
This endpoint allows you to retrieve the Network Insights product for your user. You should call this endpoint after you've received the 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 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 cra_network_attributes product or have generated a report using /cra/check_report/create, we will generate the attributes when you call this endpoint.
Request Body
Required
CraCheckReportNetworkInsightsGetRequest defines the request schema for /cra/check_report/network_attributes/get.
Parameters
client_id
client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.
secret
secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.
user_token
user_id
third_party_user_token
Response
CraCheckReportNetworkInsightsGetResponse defines the response schema for /cra/check_report/network_attributes/get.
Response Properties
report
report_id
generated_time
network_attributes
items
institution_id
institution_name
item_id
request_id
warnings
warning_type
CHECK_REPORT_WARNING
warning_code
IDENTITY_UNAVAILABLE: Account-owner information is not available.
TRANSACTIONS_UNAVAILABLE: Transactions information associated with Credit and Depository accounts are unavailable.
USER_FRAUD_ALERT: The user has placed a fraud alert on their Plaid Check consumer report due to suspected fraud. Please note that when a fraud alert is in place, the recipient of the consumer report has an obligation to verify the consumer’s identity.
cause
item_id used to identify a specific Item and error when a batch operation operating on multiple Items has encountered an error in one of the Items.