get https://a.klaviyo.com/api/metrics//metric-properties
Get the metric properties for the given metric ID.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
metrics:read
Responses
Get the metric properties for the given metric ID.
Rate limits:
Burst: 1/s
Steady: 15/m
Scopes:
metrics:read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/metrics/id/metric-properties \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
34}
{
"data": [
{
"type": "metric-property",
"id": "925e385b52fb405715f3616c337cc65c",
"attributes": {
"label": "Categories",
"property": "Categories",
"inferred_type": "List",
"sample_values": [
"string"
]
},
"links": {
"self": "string"
},
"relationships": {
"metric": {
"links": {
"self": "string",
"related": "string"
}
}
}
}
],
"links": {
"self": "string",
"first": "string",
"last": "string",
"prev": "string",
"next": "string"