Skip to main content
Returns the available configuration options for a specific chart — resolutions, segments, and filters. Use this before calling the Chart Data endpoint to discover valid parameter values.
Requires a RevenueCat secret API key (sk_xxx). This is a lightweight metadata call (1 credit).

Path Parameters

Headers

Code Examples

Response


Response Fields

Resolutions

Available time granularity options for the chart’s resolution parameter.

Segments

Available dimensions to segment chart data by. Pass the id as the segment query parameter.

Filters

Available filter dimensions and their possible values. Each filter value:
Use the options response to build dynamic filter UIs or validate parameters before requesting chart data. The available options vary per chart — for example, the churn chart may support different segments than the revenue chart.

Errors