cURL
curl --request PUT \ --url https://api.klipycrm.com/api/v1/people \ --header 'Content-Type: application/json' \ --header 'X-KLIPY-API-KEY: <api-key>' \ --data '{ "email": "john.doe@example.com", "linkedin": "in/junghongkim", "twitter": "johndoe", "facebook": "johndoe", "instagram": "johndoe", "firstName": "John", "lastName": "Doe", "title": "Software Engineer", "phone": "+1234567890", "personalPhone": "+1987654321", "whatsapp": "+1234567890", "remarks": "Met at conference" }'
{ "success": true, "data": { "id": "<string>" } }
Person record to upsert
The body is of type object.
object
Success
The response is of type object.