get https://a.klaviyo.com/api/custom-metrics//relationships/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/relationships/metrics \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-04-15'
xxxxxxxxxx
{
"data": [
{
"type": "metric",
"id": "string"
}
]
}