A rate card defines the prices that you charge for your products. Rate cards support scheduled changes over time, to allow you to easily roll out pricing changes and new product launches across your customer base. Use this endpoint to understand the rate schedule starting_at
a given date, optionally filtering the list of rates returned based on product id or pricing group values. For example, you may want to display a schedule of upcoming price changes 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 <= 100
Cursor that indicates where the next page of results should start.
Rate schedule filter options.
The body is of type object
.
Success
The response is of type object
.