CustomerOS Data API
cURL
curl --request POST \ --url https://api.customeros.ai/customerbase/v1/contacts/bulk \ --header 'Content-Type: application/json' \ --header 'X-CUSTOMER-OS-API-KEY: <api-key>' \ --data '[ { "contactId": "<string>", "email": "<string>", "linkedinUrl": "<string>" } ]'
{ "details": { "description": "<string>", "value": "<string>" }, "requestId": "1234567890abcdef", "status": "success", "summary": { "failed": 123, "success": 123, "total": 123 } }
Creates multiple contacts from JSON input
Array of contacts to create
The body is of type object[].
object[]
All contacts created successfully
Response structure for bulk operations with single error detail