Skip to main content
POST
cURL

Create Customers Batch Job

The Batch Customer API allows clients to create or update multiple customer profiles in a single API call. This is useful for bulk user imports, mass profile updates, and large-scale customer data synchronization while reducing network overhead and improving efficiency.
Security: Requires apiKey and secretKey headers.

Authorizations

apikey
string
header
required
secretkey
string
header
required

Body

application/json
body
object[]

Response

200 - application/json

Batch customer data processing initiated successfully

jobId
number

The assigned job ID, which is later used for status verification and response retrieval.