curl --request POST \
--url https://api.unifyintent.com/analytics/v1/identify \
--header 'Content-Type: application/json' \
--data '{
"type": "identify",
"visitorId": "<string>",
"sessionId": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"sentAt": "2023-11-07T05:31:56Z",
"context": {
"library": {
"name": "<string>",
"version": "<string>"
},
"ip": "127.0.0.1",
"locale": "<string>",
"userAgent": "<string>",
"userAgentData": {
"brands": [
{
"brand": "<string>",
"version": "<string>"
}
],
"mobile": true,
"platform": "<string>"
},
"utm": {
"source": "<string>",
"medium": "<string>",
"campaign": "<string>",
"term": "<string>",
"content": "<string>"
}
},
"traits": {
"email": "<string>"
},
"company": {
"address": {
"country": {
"code": "AD",
"name": "<string>"
},
"administrativeArea": "<string>",
"subAdministrativeArea": "<string>",
"locality": "<string>",
"dependentLocality": "<string>",
"postalCode": "<string>",
"thoroughfare": "<string>",
"premise": "<string>",
"subPremise": "<string>"
},
"corporate_phone": "<string>",
"description": "<string>",
"do_not_contact": true,
"domain": "<string>",
"employee_count": 123,
"founded": "<string>",
"industry": "<string>",
"lead_source": "<string>",
"linkedin_url": "<string>",
"name": "<string>",
"record_owner": {
"object": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"revenue": {
"code": "AED",
"value": 123
},
"status": "<string>",
"time_zone": "<string>"
},
"person": {
"address": {
"country": {
"code": "AD",
"name": "<string>"
},
"administrativeArea": "<string>",
"subAdministrativeArea": "<string>",
"locality": "<string>",
"dependentLocality": "<string>",
"postalCode": "<string>",
"thoroughfare": "<string>",
"premise": "<string>",
"subPremise": "<string>"
},
"corporate_phone": "<string>",
"do_not_call": true,
"do_not_email": true,
"email": "jsmith@example.com",
"email_opt_out": true,
"eu_resident": true,
"first_name": "<string>",
"last_name": "<string>",
"lead_source": "<string>",
"linkedin_url": "<string>",
"mobile_phone": "<string>",
"record_owner": {
"object": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"status": "<string>",
"title": "<string>",
"work_phone": "<string>"
}
}'