# Other financial insights **GET /users/{id_or_external_id}/insights** Additional relevant financial insights of the consumer's financial profile ## Servers - Base production URL: https://link.goscore.me/finid-api/1.0 (Base production URL) ## Parameters ### Path parameters - **id_or_external_id** (string) UUID or external ID of a user profile to get access to their reports and data. ## Responses ### 200 User insights retrieved #### Body: (object) - **estimated_total_expenditure** (number) Estimated average monthly expenditures in currency. - **recommended_savings_amount** (number) Recommended savings amount (in currency) to cover "rainy days" or potential lays off. - **savings_slack** (number) Additional indication of an average amount/slack that consumer can set aside to invest or save on a different account for the future interest gains. Amount in currency e.g., kr. - **best_savings_offer** (object) **For Norway only** Displays the best offer from the market. Based on the [finansportalen](finansportalen.no). ### 404 User not found ### 500 The request is not valid. #### Body: (object) - **error_message** (string) Human readable error message. - **error** (string) Error code & short status [Powered by Bump.sh](https://bump.sh)