CustomerBASE API
Import contacts from CSV
Creates multiple contacts from CSV file upload
POST
Body
multipart/form-data
CSV file with contact data (required headers: email, linkedin_url)
Response
201
application/json
All contacts imported successfully
Response structure for bulk operations with single error detail
Error details if any
Example:
"1234567890abcdef"
Status indicates the result of the operation ("success" or "error")
Example:
"success"
Summary of the bulk operation