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/vnd.api+json' \
--header 'revision: 2025-01-15'
xxxxxxxxxx
46}
{
"data": {
"type": "metric",
"id": "string",
"attributes": {
"name": "string",
"created": "string",
"updated": "string",
"integration": {}
},
"links": {
"self": "string"
},
"relationships": {
"flow-triggers": {
"data": [
{
"type": "flow",
"id": "string"
}
],
"links": {
"self": "string",
"related": "string"
}
}
}
},
"included": [
{
"type": "flow",
"id": "string",