get https://a.klaviyo.com/api/v1/person/
Retrieves all the data attributes for a person, based on the Klaviyo Person ID.
Response
Retrieves all the data attributes for a person, based on the Klaviyo Person ID.
xxxxxxxxxx
curl --request GET \
--url 'https://a.klaviyo.com/api/v1/person/PERSON_ID?api_key=PRIVATE_API_KEY' \
--header 'accept: application/json'
xxxxxxxxxx
22{
"object": "person",
"id": "PERSON_ID",
"$address1": "",
"$address2": "",
"$city": "Mount Vernon",
"$country": "United States",
"$latitude": "",
"$longitude": "",
"$region": "Virginia",
"$zip": "22121",
"$email": "george.washington@klaviyo.com",
"$title": "President",
"$phone_number": "+13239169023",
"$organization": "U.S. Government",
"$first_name": "George",
"$last_name": "Washington",
"$timezone": "US/Eastern",
"$id": "CUSTOM_ID",
"created": "2021-11-04 09:06:13",
"updated": "2021-11-23 11:21:03"
}