The Leanspace API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
All of our APIs are natively connected, where you only need to reference the UUID from one API to another.
For example you can use this method with your Spacecraft Asset’s ID and map it with a Metric ID. Meaning future telemetry automatically updates your asset in real-time.
Our platform is built with a range of generic APIs that sit on top of a cloud provider. These provide all the generic functions of a ground segment.
The Leanspace Platform allows you to connect your APIs with ours. All you need to do is setup a Service Account to handle one or more systems, with precise controls over which APIs it can interface with
Customization is the heart of our platform, allowing you to make changes to any of the off-the-shelf products, along with utilizing our APIs to your needs.
Documentation is the key to the sanity of our customers and it is something that we take pride in.
You will find getting started guides with detailed tutorials for every microservice and off-the-shelf product, giving you the opportunity to expand your learning of the platform and overcome any challenges.
OAuth2 and token-based access controls ensure you have absolute control in who or what can access the Platform’s APIs and your data running through them.