get https://a.klaviyo.com/api/metrics//relationships/metric-properties
Get the IDs of metric properties for the given metric.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
metrics:read
Responses
Get the IDs of metric properties for the given metric.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
metrics:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/metrics/id/relationships/metric-properties \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
{
"data": [
{
"type": "metric-property",
"id": "925e385b52fb405715f3616c337cc65c"
}
]
}