cURL
curl --request POST \ --url https://api.klipycrm.com/api/v1/people \ --header 'Content-Type: application/json' \ --header 'X-KLIPY-API-KEY: <api-key>' \ --data '{ "type": "email", "identifier": "<string>", "firstName": "<string>", "lastName": "<string>", "title": "<string>" }'
{ "success": true, "data": { "id": "<string>" } }
Person record to create
The body is of type object.
object
Success
The response is of type object.