Customer Management
Get Customer by ID
Retrieve customer by ID
GET
Documentation Index
Fetch the complete documentation index at: https://docs.telemetron.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieves customer information by their Telemetron customer ID. Response includes assigned devices.Authentication
Your organization’s API key
Path Parameters
The unique customer identifier
Response
The unique customer identifier (telemetronCustomerId)
The organization ID this customer belongs to
Customer’s full name
Customer’s email address
Customer’s phone number (if provided)
Customer’s address (if provided)
Array of device identifiers assigned to this customer
Array of order identifiers associated with this customer
Additional customer metadata
ISO 8601 timestamp of when the customer was created
Examples
Request
Response
Status Codes
| Code | Description |
|---|---|
| 200 | Customer found and returned successfully |
| 400 | Invalid request (missing or invalid customer ID) |
| 401 | Invalid or missing API key |
| 404 | Customer not found or doesn’t belong to your organization |
| 500 | Internal server error |
Notes
- Returns only customers in your organization
- Customer ID must be valid UUID
- Use Query by Email if you don’t have the ID