What This API Does
Telemetron provides AI-powered support for hardware companies. This API lets you sync three things:- Devices - Your hardware products that send telemetry
- Customers - Your end users who own devices
- Device Assignments - Mappings that connect devices to customers
Quick Integration
Get Your API Key
Log into your Dashboard and go to the Integrations page → scroll down to find your API key and copy itAll API requests require your key in the header:
Assign a Device to the Customer
Create the device-to-customer mapping for telemetry routing:
Set
autoCreateDevice: true to automatically create the device if it doesn’t exist. When using this option, you must provide deviceType.Common Scenarios
Customer buys a device
Customer buys a device
- Customer completes purchase in your system
- Call Create Customer if the customer is new
- Call Assign Device with
autoCreateDevice: trueanddeviceType - Telemetry from this device now routes to this customer
Customer sells device to someone else
Customer sells device to someone else
- Call Unassign Device with the old owner’s email
- Call Create Customer for the new owner if needed
- Call Assign Device with the new owner’s email
- Telemetry now routes to the new owner
Family shares a device
Family shares a device
API Endpoints
Customer Management
Create, update, and query customer records.
Device Management
Register and update devices.
Device Assignment
Map devices to customers for telemetry routing.
API Reference Overview
Review the base URL, authentication model, response format, and endpoint catalog.