...
The Meshed API is a robust tool engineered to streamline integration and enhance interoperability. This API empowers building customised solutions that drive efficiency and foster innovation, all while ensuring seamless connectivity within an existing Meshed system.
Expand | ||
---|---|---|
| ||
An API (Application Programming Interface) is a set of protocols, tools, and definitions that allows different software applications to communicate and interact with each other. It acts as an intermediary, enabling the integration of various systems by defining the methods and data formats that applications can use to request and exchange information. APIs are essential for building software ecosystems, as they allow developers to leverage functionalities of other services without needing to understand their internal workings. Common uses of APIs include retrieving data from a server, integrating third-party services, and enabling communication between microservices within an application. APIs can be public, allowing external developers to access certain functionalities, or private, intended for internal use within an organization. APIs offer numerous benefits that enhance the functionality and efficiency of software systems:
|
Key Features
Meshed API is a REST API.
The API enables integration with the Meshed Higher-Ed and Meshed RTOManager platforms.
The Client team is responsible for designing, developing, verifying, and documenting custom integration solutions using the API, ensuring that their specific business requirements are fully addressed.
A sandbox environment that simulates the behavior of the production API is available for developers to explore its features. Access is provided free of charge for one month upon request.
Data can be retrieved from Meshed Platforms via GET endpoints, submitted using POST endpoints and updated using PUT or PATCH endpoints. To maintain data integrity the API does not support deleting data (DELETE endpoints) within Meshed Platforms.
...