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
Get a metric with the given metric ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
metrics:read
xxxxxxxxxxcurl --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-12-15'
xxxxxxxxxx15{"data": {"type": "metric","id": "string","attributes": {"name": "string","created": "string","updated": "string","integration": {}},"links": {"self": "string"}}}