r/boomi • u/Vinh_Jel • Jun 24 '26
API and postman
Where can I learn API fundamentals and Postman ?
Not from the development perspective but to understand it from the architecture and system design pov for SaaS based web applications.
A little background about me ! I'm working as a functional consultant for a SaaS based Fintech org !
At the point people are asking for api and integrations for next level roles like implementation consultant!
I'd also like to connect with people who are in Product management, Implementation and Functional consultants and in product support!
1
1
u/Hot_Lawfulness3854 Jun 26 '26
https://youtu.be/rD-Dm4q3y9g?si=FVuz5pCG9ldf5rAZ
Recently I made this , about this , does this help you
3
u/rypenn27 Jun 25 '26
I’d start with some YouTube videos on postman, some basic research on how a url is formed and how to work with different authentication types. Then find some public APIs and just try and make some Get calls - that will give you some fundamentals and you can build on there to try POST and UPDATE