# Return a list of available finance defaults **GET /financedefaults/{setting}** The defaults that are used in the system relating to finances ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **setting** (string) this is one of the available settings ## Responses ### 200 OK #### Body: application/json (object) - **setting** (string) The word setting will be the same name as the setting supplied in the endpoint. The value returned will for that specific setting. See financedefaults/list endpoint for details ### 403 Invalid permission #### Body: application/json (object) - **error** (string) ### 404 Not Found #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)