cURL
curl --request POST \ --url https://api.klipy.ai/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
Type of the person unique identifier
email
Identifier of the person record (only email is supported for now)
First name of the person record
Last name of the person record
Job title of the person record
Success
Show child attributes