Skip to main content

Overview of our APIs

Learn about our APIs

📄️ API Principles and Patterns

The API first pattern is where the APIs of a system are treated as a first class citizen of a software product. The API interfaces represent the logic of how a solution is implemented instead of just the code. This approach places more than the user of the product at the centre, but also facilitates system integration from the ground up, planning for and ensuring that up or downstream system users can avail of the same functionality. There are significant benefits for development teams and product consumers.