CustomerBASE API
Create multiple contacts
Creates multiple contacts from JSON input
POST
Authorizations
Body
application/json · object[]
Array of contacts to create
Contact's unique identifier example: contact-123
Contact's email address example: john@example.com
Contact's LinkedIn profile URL example: https://linkedin.com/in/john-doe
Response
201
application/json
All contacts created 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