Account Benchmark Scaling
Get scaling models for a specific category (group-scoped).
Scaling models show how metrics change as companies grow. Does not require a deal context.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Query parameters
Response
Raw data points used to generate the scaling model. Each dictionary contains exactly two key-value pairs representing the x-metric (typically a scale metric like revenue) and y-metric (the metric being modeled). The keys are dynamic metric names that vary by model - for example, ‘12m_growth_vs_scale’ uses ‘rolling_3m_annualized_revenue’ (x) and ‘cmgr12’ (y). Use the /data/benchmark/metadata/models endpoint to see which columns each model uses.
Predicted center trend line of the scaling model. Each dictionary contains the same two metric keys as raw_data, representing the model’s predicted y-value at each x-value along the trend line.

