get https://a.klaviyo.com/api/events//profile
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/profile \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
115}
{
"data": {
"type": "profile",
"id": "01GDDKASAP8TKDDA2GRZDSVP4H",
"attributes": {
"email": "sarah.mason@klaviyo-demo.com",
"phone_number": "+15005550006",
"external_id": "string",
"first_name": "Sarah",
"last_name": "Mason",
"organization": "Example Corporation",
"locale": "en-US",
"title": "Regional Manager",
"image": "https://images.pexels.com/photos/3760854/pexels-photo-3760854.jpeg",
"created": "2022-11-08T00:00:00+00:00",
"updated": "2022-11-08T00:00:00+00:00",
"last_event_date": "2022-11-08T00:00:00+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",
"ip": "127.0.0.1"
},
"properties": {
"pseudonym": "Dr. Octopus"
},