Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Telemetron Device Assignment API

Map devices to customers for telemetry routing.

Telemetron Device Assignment API is one of 4 APIs that Telemetron publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Device Assignment. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 4 operations across 4 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version ext-v1.

Requests are made against a single base URL, https://admin.telemetron.ai/api/ext-v1.

4 operations 4 paths 1 schemas 4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
ext-v1
Base URL
https://admin.telemetron.ai/api/ext-v1
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Telemetron Device Assignment API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — Per-organization API key issued from the Telemetron dashboard (Settings Integrations). The same key authenticates the REST API and the MCP server (as an Author…

Paths & Operations 4

Across 4 paths, the API surfaces 4 operations — 4 POST. Each is listed below with its method, path, parameters, and response codes.

Device Assignment 4

Map devices to customers for telemetry routing.

POST
/deviceAssignment/assignDeviceToOwners
Assign a device to one or more customers
assignDeviceToOwners body → 200400401500
POST
/deviceAssignment/assignDevicesToOwner
Assign multiple devices to a single customer
assignDevicesToOwner body → 200400401500
POST
/deviceAssignment/unassignDeviceFromOwner
Unassign a device from a customer
unassignDeviceFromOwner body → 200400401404500
POST
/deviceAssignment/unassignDevicesFromOwner
Unassign multiple devices from a single customer
unassignDevicesFromOwner body → 200400401404500

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Error (1 property). Each schema is shown below with its type and property counts.

Error
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

telemetron-ai-device-assignment-api-openapi.yml Raw ↑

Other APIs Telemetron publishes across the network.

Telemetron Customer API
Telemetron Device API
Telemetron Ticket API