get https://a.klaviyo.com/api/metrics//
Get a metric with the given metric ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
Metrics Read
Responses
Get a metric with the given metric ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
Metrics Read
xxxxxxxxxx
curl --request GET \
--url https://a.klaviyo.com/api/metrics/id/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'revision: 2023-01-24'
xxxxxxxxxx
{
"data": {
"type": "metric",
"id": "string",
"attributes": {
"name": "string",
"created": "string",
"updated": "string",
"integration": {}
},
"links": {
"self": "string"
}
}
}