Customer Management
Get Customer by ID
Retrieve customer by ID
GET
Overview
Retrieves customer information by their Telemetron customer ID. Response includes assigned devices.Authentication
string
required
Your organization’s API key
Path Parameters
string
required
The unique customer identifier
Response
string
The unique customer identifier (telemetronCustomerId)
string
The organization ID this customer belongs to
string
Customer’s full name
string
Customer’s email address
string
Customer’s phone number (if provided)
string
Customer’s address (if provided)
array
Array of device identifiers assigned to this customer
array
Array of order identifiers associated with this customer
object
Additional customer metadata
string
ISO 8601 timestamp of when the customer was created
Examples
Request
Response
Status Codes
Notes
- Returns only customers in your organization
- Customer ID must be valid UUID
- Use Query by Email if you don’t have the ID