get https://a.klaviyo.com/api/events//relationships//
Get metrics or profile relationships for an event with the given event ID.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
Events Read
Metrics Read
Profiles Read
Responses
Get metrics or profile relationships for an event with the given event ID.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
Events Read
Metrics Read
Profiles Read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/events/id/relationships/metrics/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-01-24'
xxxxxxxxxx
{
"data": [
{
"type": "profile",
"id": "string"
}
]
}