# Sustainability indicators **GET /users/{id_or_external_id}/sustainability** Sustainabillity insights represents the financial indicators that reepresents consumer's financial sutiation at a glance. Can be tracked over time e.g. month-to-month to facilitate and reinforce new habits. ## 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, insights, and data. ## Responses ### 200 Sustainability insights retrieved #### Body: (object) - **barometer_score** (number) Sustainability barometer: the score goes from -100 to 100 and plays as an overconsumption indicator. In other words, financial sustainabillity score. A single indicator of the financial performance. **Negative** score represents overconsumption. **Positive** score shows savings potential. - **income_vs_expenses** (array[object]) Display the 12-months chart to indicate the month-to-month total expenses and income. ### 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)