v1

latestSwagger 2.02026-07-172161122.5 KB
CustomerBASE API

Create multiple contacts

Creates multiple contacts from JSON input

post/customerbase/v1/contacts/bulk

Request body

contactIdstring

Contact's unique identifier example: contact-123

emailstring

Contact's email address example: john@example.com

linkedinUrlstring

Contact's LinkedIn profile URL example: https://linkedin.com/in/john-doe

Response

All contacts created successfully

requestIdstring
statusstring

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

Example response

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