Skip to main content
POST
Create customer
Allows you to create a customer if you represent a reseller. Use isTest=true to avoid creating actual accounts during testing.

Authorizations

x-api-key
string
header
required

Query Parameters

isTest
boolean
default:false

Set flag to true if you don't want to create the actual customer

Body

domainOrCompanyName
string | null
emailAddress
string | null
externalReference
string | null

Response

200 - application/json

OK

teamId
integer<int32>
teamGuid
string<uuid>
teamName
string | null
teamDescription
string | null
teamEmail
string | null
apiKey
string | null