get https://a.klaviyo.com/api/events//profiles/
Get the profile associated with an event with the given event ID.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
Events Read
Profiles Read
Responses
Get the profile associated with an event with the given event ID.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
Events Read
Profiles Read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/events/id/profiles/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-01-24'
xxxxxxxxxx
74}
{
"data": [
{
"type": "profile",
"id": "01GDDKASAP8TKDDA2GRZDSVP4H",
"attributes": {
"email": "sarah.mason@klaviyo-demo.com",
"phone_number": "+15005550006",
"external_id": "63f64a2b-c6bf-40c7-b81f-bed08162edbe",
"first_name": "Sarah",
"last_name": "Mason",
"organization": "Klaviyo",
"title": "Engineer",
"image": "https://images.pexels.com/photos/3760854/pexels-photo-3760854.jpeg",
"created": "2022-11-08T00:00:00",
"updated": "2022-11-08T00:00:00",
"last_event_date": "2022-11-08T00:00:00",
"location": {
"address1": "89 E 42nd St",
"address2": "1st floor",
"city": "New York",
"country": "United States",
"latitude": "string",
"longitude": "string",
"region": "NY",
"zip": "10017",
"timezone": "America/New_York"
},
"properties": {
"pseudonym": "Dr. Octopus"
},
"subscriptions": {