get https://a.klaviyo.com/api/custom-metrics//metrics
Get all metrics for the given custom metric ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
metrics:read
Responses
Get all metrics for the given custom metric ID.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
metrics:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/custom-metrics/id/metrics \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-04-15'
xxxxxxxxxx
32}
{
"data": [
{
"type": "metric",
"id": "string",
"attributes": {
"name": "string",
"created": "string",
"updated": "string",
"integration": {}
},
"links": {
"self": "string"
},
"relationships": {
"flow-triggers": {
"links": {
"self": "string",
"related": "string"
}
}
}
}
],
"links": {