Additional relevant financial insights of the consumer's financial profile
GET
/users/{id_or_external_id}/insights
curl \
-X GET https://link.goscore.me/finid-api/1.0/users/{id_or_external_id}/insights \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"estimated_total_expenditure": 15039.76,
"recommended_savings_amount": 95600.0,
"savings_slack": 42.0,
"best_savings_offer": {
"interest_rate": 0.045,
"name": "Fastrentekonto",
"financial_institution": {
"name": "SVEA Finans",
"code": "no-svea"
}
}
}
Response examples (200)
{
"estimated_total_expenditure": 15039.76,
"recommended_savings_amount": 95600.0,
"savings_slack": 42.0,
"best_savings_offer": {
"interest_rate": 0.045,
"name": "Fastrentekonto",
"financial_institution": {
"name": "SVEA Finans",
"code": "no-svea"
}
}
}
Response examples (500)
{
"error_message": "Invalid requeet",
"error": "ER-001"
}
Response examples (500)
{
"error_message": "Invalid requeet",
"error": "ER-001"
}