Bulk create customers
POST
https://api.tamio.com/v2/customers/bulk/create
Schedules a bulk import of multiple customers. Each customer in the array follows the same structure as the single create endpoint.
Note: This endpoint schedules the import as a background job.
Body Parameters
customers
array of object*
Array of customer objects to create
Responses
200
Bulk import scheduled successfully
Bulk import scheduled successfully
status
integer
400
Validation error
Validation error
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string