# User transactions **GET /users/{id_or_external_id}/transactions** Show user transactions with categories. ## 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 transactions pulled #### Body: (array[object]) - **id** (string) UUID identificator of a single transaction - **description** (string) - **amount** (number) - **date** (date) - **category** (object) ### 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)