post/customer
Create Customer
Provision a new customer record to associate with license keys. Requires an admin API key.
Authentication required: Bearer Token in
Authorization header.Parameters
Idempotency-Key
string (header)Client-generated unique key making a mutating request idempotent. Replaying a request with the same key returns the original result instead of duplicating side effects. Optional on POST/PUT/PATCH/DELETE.
e.g. <IDEMPOTENCY-KEY>Request Body (application/json)
namerequired
stringemail
stringResponses
200Customer created successfully
400Missing required parameters
401Invalid API key
409Customer with this email already exists
Response Body (200)
action
stringstatus
booleanmessage
stringdata
objectcode
integerRequest Example
Response (200 OK)