Skip to main content
POST
/
api
/
v1
/
customer
/
bulk
{
  "numImported": 123,
  "numDuplicates": 123,
  "numFailed": 123,
  "firstFailureId": "<string>",
  "firstFailureMessage": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

X-Api-Key
string

Body

An array of external customers.

externalId
string
required
Minimum length: 1
externalBrandId
string
required
Minimum length: 1
regDate
string
required
Minimum length: 1
clickKey
string | null
externalProductId
string | null
username
string | null
country
string | null
country_code
string | null

Response

Success

numImported
integer
numDuplicates
integer
numFailed
integer
firstFailureId
string | null
firstFailureMessage
string | null
โŒ˜I