get https://a.klaviyo.com/api/events//metrics/
Get the metric for an event with the given event ID.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
events:read
metrics:read
Responses
Get the metric for an event with the given event ID.
Rate limits:
Burst: 350/s
Steady: 3500/m
Scopes:
events:read
metrics:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/events/id/metrics/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-06-15'
xxxxxxxxxx
{
"data": [
{
"type": "metric",
"id": "string",
"attributes": {
"name": "string",
"created": "string",
"updated": "string",
"integration": {}
},
"links": {
"self": "string"
}
}
],
"links": {
"self": "string",
"first": "string",
"last": "string",
"prev": "string",
"next": "string"
}
}