Skip to main content
POST

Overview

Creates or updates customer records in Telemetron. Behavior:
  • Without telemetronCustomerId: Creates new customer (409 error if email exists)
  • With telemetronCustomerId: Updates existing customer

Authentication

string
required
Your organization’s API key

Request Body

string
required
Customer’s email address (used as unique identifier)
string
Customer’s full name (defaults to email prefix if not provided)
string
Customer’s phone number
string
Customer’s address
string
Existing customer ID for updates. If provided, the endpoint will update the customer with this ID.

Response

boolean
Indicates if the operation was successful
string
The unique identifier for the customer
string
Description of the operation result

Examples

Create Customer

Update Customer

Response

Status Codes