Using the Foundation APIs
The Foundation API provides direct access to all the functionality of MeshX Foundation, allowing you to automate workflows, integrate with existing systems, and build custom solutions. You can interact with the API through multiple methods:
Swagger UI: A web-based interface available at
https://api.{foundation_name}.meshx.foundation/api/docs#/that provides interactive documentation and testing capabilitiesHTTP Clients: Tools like Postman, cURL, or any HTTP client library
Programming Languages: Python, JavaScript, Java, or any language that can make HTTP requests
When making API requests, successful operations return a 200 status code, while errors return other status codes with details about what went wrong.
Last updated