# Get a list of all categories **GET /categories** Get a list with all categories. ## Servers - Base production URL: https://link.goscore.me/finid-api/1.0 (Base production URL) ## Parameters ## Responses ### 200 List of all categories #### Body: (array[object]) - **id** (integer) Category ID - **code** (string) - **description** (string) Category user-friendly name ### 422 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)