Customer Management
Query Customer by Email
Look up customer by email
POST
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 email address. Response includes assigned devices.Authentication
Your organization’s API key
Request Body
The email address of the customer to query
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 email or invalid JSON) |
| 401 | Invalid or missing API key |
| 404 | Customer not found with the provided email |
| 500 | Internal server error |
Notes
- Email lookup is case-insensitive
- Returns only customers in your organization
devicesarray contains assigned device identifiers