Overview
Last updated
Last updated
SyncPro's CloudOS API allows system integrators and service providers to easily develop and connect custom devices to the CloudOS platform.
Each device connects using its UUID (Universally Unique Identifier ) and access key.
Once connected, each device can -
Get configurations from the server, and update the server on its current configuration
Send telemetry to the cloud service. See supported common telemetry
Send logs and other status information
Note: Each device must send telemetry to the cloud at least once every 5 minutes. If no telemetry message is received by the server, the device will be marked as offline, and a new service ticket will open.
For your convenience, attached is a Postman collection with all API calls. Import the collection to your postman application to trigger the calls.
Note: Don't forget to configure your environment and variables (deviceId and accessKey). For more info, read here.