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