Command : versionParameters deviceName: The name of the Bolt device you want to control.Example: https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/version?&deviceName=BOLT8795377 will return the version of your Bolt. Bro ...
Command : restartParameters deviceName: The name of the Bolt device you want to control.Example: https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/restart?&deviceName=BOLT8795377 to restart the Bolt device. Browser outpu ...
Unified Timestamp Handling for Device Status The API provides a valid status_record_time for both online and offline devices. When the device is online, the API retrieves the latest "lastaliveat" timestamp from Redis. When the device is off ...
Command : getDevices Example: https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/getDevices will return the list of Bolt devices you have access to. Browser output:{"success": 1, "value": {"device_list": ["BOLT3432337"], "dev ...
Command : getDevicesData Example: https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/getDevicesData will return the list of Bolt devices along with the names of the devices you have access to. Browser example output:{"value":{"dev ...
Command: accountEmail Example: https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/accountEmail This command returns the email ID associated with your Bolt Cloud account. Browser output:{ "value": "enterprise.production+y ...
deviceWifiSSID returns the current WiFi SSID to which a specific Bolt device is connected.Useful for troubleshooting network issues, verifying device setup, or confirming whether a device is connected to the correct WiFi network.Endpointhttps://cloud.bolt ...
productDetails returns key configuration parameters of the Bolt device's associated product.Useful for developers to fetch product metadata such as product name, data rate, and mapped pin variables.EndpointGET https://cloud.boltiot.com/remote/{API_KEY}/pr ...
accountPlan returns the current subscription plan of your Bolt Cloud account.Useful for determining whether the account is on Bolt Cloud Pro or Bolt Cloud (Free).EndpointGET https://cloud.boltiot.com/remote/{API_KEY}/accountPlanReplace {API_KEY} with your ...
Command: alertQuotaUsage Example: https://cloud.boltiot.com/remote/44b2de6b-7e68-40e7-a27f-814b58afe008/alertQuotaUsage This command returns the quota and usage details for various alert types (email, SMS, WhatsApp, and phone) for your account, alo ...
alertConfigurationDetails returns all alert configurations associated with the authenticated Bolt Cloud account.This includes alert types, thresholds, enabled status, device associations, and notification rules.Useful for:Displaying existing alert rules i ...
alertHistory returns a list of previously triggered alerts for the Bolt Cloud account.Each entry contains the time, message, device ID, and alert name.Useful for:Quickly reviewing recent alertsShowing alert activity to users in dashboardsDebugging when an ...
Command: deployConfig Example: https://cloud.boltiot.com/remote/af75e9bd-dcaa-4201-9312-51c1feb3a8d9/deployConfig?deviceName=BOLT11691969will Push the data/deploy configuration immediately for the device mentioned in the URL.Browser output:{"value": "Sy ...