REST API overview
Introduction
This document provides a high-level introduction to the REST API offered by Symboticware.
Our REST API allows you to interact with our platform programmatically, enabling seamless integration of our services into your applications.
Key Features
Our REST API provides a flexible and powerful way to interact with Symboticware's platform. Whether you need to retrieve sensor data, manage assets, or perform data analysis, our API has you covered.
API Endpoints
The API offers the following endpoints:
OAuth2: Obtain OAuth2 tokens for authentication.
Assets: Retrieve information about assets and manage asset details.
Data Feeds: Access readings from data feeds, enabling real-time data analysis.
Security
Our API endpoints are secured using OAuth2 bearer token authentication, ensuring secure access to your data.
Versioning
The current version of our API is 1.0. We may release updates and new versions in the future to introduce additional features and enhancements.
Getting Started
To get started with our REST API, refer to the detailed documentation for each endpoint. You will need to obtain authentication credentials to access protected endpoints. Once authenticated, you can start making requests to retrieve data and manage assets.
Support
If you have any questions, encounter issues, or require assistance with our API, please reach out to our support team. We are here to help you integrate our services seamlessly into your applications.
Start exploring our API endpoints and unlock the full potential of your data-driven applications.
Last updated
Was this helpful?