Sensorclouds
API Access

API Access Overview

Pull device, alarm, and telemetry data into your own systems with a read-only REST API

Sensorclouds exposes a read-only REST API so you can pull device, alarm, and telemetry data into your own systems - dashboards, data warehouses, billing pipelines, or notebooks.

Access is controlled by API keys that you create and manage yourself. Each key:

  • Belongs to your tenant only (data is always tenant-isolated)
  • Carries one or more scopes that limit what it can read
  • Can be restricted to specific applications
  • Can be given an expiry date
  • Can be rotated (with a grace window) or revoked at any time

Who Can Manage Keys

ADMIN Tenant Admins manage API keys from the tenant settings area.

API access must be enabled on your subscription plan. If you don't see the API Keys page, contact your administrator about upgrading your plan. See Tenant Profiles for the plan feature flags.

Base URL

All external endpoints live under /api/v1/:

https://<your-host>/api

On this page