After running around trying to manually add all the API's to postman. I found an easier way.
Follow the steps: 1) Start Fineract application, and try running this on Chrome https://localhost:8443/fineract-provider/swagger-ui/index.html. It should display the API's. 2) Create a Workspace. 3) Create a Collection in that workspace. 4) On the top left below the explore tab there should be an import tab. 5) Now in the imports tab paste this url https://localhost:8443/fineract-provider/fineract.json. 6) Click import and it should import all the APIs from Swagger. 7) The API's will be listed under v1 directory.
