Retrieves the list of meters configured for the site.
Sample Request
Sample Result[JSON]
URL Format
GET https://[site].chargebee.com/api/v2/meters
Input Parameters
optional, string filter
Sorts based on the specified attribute.
Supported attributes : id, name, created_at, updated_at
Supported sort-orders : asc, desc
Example → sort_by[desc] = "updated_at"
This sorts the result based on the updated_at attribute in descending order (most recently updated first).
Filter Params
For operator usages, see the Pagination and Filtering section.
Returns
next_ offset
optional, string, max chars=1000
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.
Meter object
Resource object representing meter