plaid
(Deprecated) Get Account Insights for a Beacon User
Get Account Insights for all Accounts linked to this Beacon User. The insights for each account are computed based on the information that was last retrieved from the financial institution.
post/beacon/user/account_insights/get
Request body
Example request
{
"beacon_user_id": "becusr_42cF1MNo42r9Xj"
}Response
OK
Example response
{
"beacon_user_id": "becusr_42cF1MNo42r9Xj",
"created_at": "2020-07-24T03:26:02Z",
"updated_at": "2020-07-24T03:26:02Z",
"bank_account_insights": {
"item_id": "515cd85321d3649aecddc015",
"accounts": [
{
"account_id": "blgvvBlXw3cq5GMPwqB6s6q4dLKB9WcVqGDGo",
"attributes": {
"days_since_first_plaid_connection": 1,
"total_plaid_connections_count": 1,
"plaid_connections_count_7d": 1,
"plaid_connections_count_30d": 1,
"failed_plaid_non_oauth_authentication_attempts_count_3d": 1,
"plaid_non_oauth_authentication_attempts_count_3d": 1,
"failed_plaid_non_oauth_authentication_attempts_count_7d": 1,
"plaid_non_oauth_authentication_attempts_count_7d": 1,
"failed_plaid_non_oauth_authentication_attempts_count_30d": 1,
"plaid_non_oauth_authentication_attempts_count_30d": 1,
"distinct_ip_addresses_count_3d": 1,
"distinct_ip_addresses_count_7d": 1,
"distinct_ip_addresses_count_30d": 1,
"distinct_ip_addresses_count_90d": 1,
"distinct_user_agents_count_3d": 1,
"distinct_user_agents_count_7d": 1,
"distinct_user_agents_count_30d": 1,
"distinct_user_agents_count_90d": 1,
"address_change_count_28d": 1,
"email_change_count_28d": 2,
"phone_change_count_28d": 1,
"address_change_count_90d": 3,
"email_change_count_90d": 4,
"phone_change_count_90d": 2,
"days_since_account_opening": 365,
"days_since_first_observed_transaction": 180
}
}
]
}
}