Skip to main content
POST
Creates a new customer item.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Headers

X-Api-Key
string

Body

The new customer item body.

externalId
string
required
Minimum string length: 1
brandId
string
required
Minimum string length: 1
clickKey
string | null
username
string | null
registrationDate
string<date-time>
country_code
string | null
operatorId
string | null

Response

OK

id
string | null
operatorId
string | null
updatedTs
string<date-time>
createdTs
string<date-time> | null
isIdEmpty
boolean
read-only
createdBy
string | null
hidden
boolean
deleted
boolean
importId
string | null
externalId
string | null
externalBrandId
string | null
username
string | null
country
string | null
country_code
string | null
registerIp
string | null
registrationDate
string<date-time>
hasDeposited
boolean
ftdDate
string<date-time>
cpaQualified
boolean
cpaQualificationDate
string<date-time>
lifetimeRevenue
number<double>
firstDepositAmount
number<double> | null
firstRevenueAmount
number<double> | null
lifetimeDeposits
number<double> | null
lifetimeRevShareCommission
number<double>
lifetimeCpaCommission
number<double>
lifetimeFixedCommission
number<double>
lifetimeCommission
number<double>
tracking
object | null
category
string | null
label
string | null
revShareExcluded
boolean
cpaExcluded
boolean
transactions
object[] | null