v1

latestSwagger 2.02026-07-172161122.5 KB
CustomerBASE API

Import contacts from CSV

Creates multiple contacts from CSV file upload

post/customerbase/v1/contacts/import

Response

All contacts imported successfully

requestIdstring
statusstring

Status indicates the result of the operation ("success" or "error")

Example response

{
  "requestId": "1234567890abcdef",
  "status": "success"
}