Understand the rate schedule at a given timestamp, optionally filtering the list of rates returned based on properties such as product_id and pricing_group_values. For example, you may want to display the current price for a given product in your product experience - use this endpoint to fetch that information from its source of truth in Metronome.
If you want to understand the rates for a specific customer’s contract, inclusive of contract-level overrides, use the getContractRateSchedule endpoint.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Max number of results that should be returned
1 <= x <= 100Cursor that indicates where the next page of results should start.
Rate schedule filter options.
ID of the rate card to get the schedule for
inclusive starting point for the rates schedule
List of rate selectors, rates matching ANY of the selector will be included in the response Passing no selectors will result in all rates being returned.