Products
Create Product
Create a new Product.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The aggregation method defines how the events should be summed to represent a usage value.
The name of the event that the meter is tracking.
Minimum length:
1
The name of the meter
Minimum length:
1
The filter to apply to the events to be included in the meter. The filter object contains an array of Conditions, each condition represents a logical OR statement. Each condition contains an array of Criteria (criterions), each criterion represents a logical AND statement.
The pricing data of the meter. The pricing data contains the pricing model and the pricing details.
Response
200 - application/json