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/json' \
--header 'revision: 2023-08-15'