In this video, I'll demo the end-to-end process for integrating a REST API in Mendix, by using Postman to test the API call and then implementing the API call in Mendix.
Resources Mentioned in this Video
Free Code Camp API Testing Course - https://youtu.be/VywxIQ2ZXw4?si=9P7MslxrPNpA6mot
API Documentation - https://github.com/vdespa/introduction-to-postman-course/blob/main/simple-books-api.md
Postman - https://www.postman.com/
Chapters
00:00 Intro
00:31 Resources
02:38 Testing in Postman
04:13 JSON Structure in Mendix
05:41 Import Mapping in Mendix
07:48 Call the API in a Microflow
11:28 Connect the UI
12:43 Test the Implementation with the Debugger
15:30 Conclusion