CustomerOS Data API
cURL
curl --request POST \ --url https://api.customeros.ai/customerbase/v1/contacts \ --header 'Content-Type: application/json' \ --header 'X-CUSTOMER-OS-API-KEY: <api-key>' \ --data '{}'
{ "contact": { "contactId": "<string>", "email": "<string>", "linkedinUrl": "<string>" }, "requestId": "1234567890abcdef", "status": "success" }
Creates a contact from either JSON or CSV upload
Successfully created single contact
Response structure for single contact operations