Authorizations
Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.
Body
Descriptive name of the metric that represents a pricing component of your application. This is primarily used for display purposes in the user interface.
Unique code used to identify the metric within your system. This code is used in API requests to associate events with the correct metric and must be unique across all metrics. Once created, this code cannot be changed.
Aggregation type for the metric
COUNT
, SUM
, MAX
, COUNT_DISTINCT
, LATEST
"SUM"
Type of metric, either 'metered' for usage-based or 'recurring' for fixed periodic charges.
METERED
, RECURRING
"METERED"
Optional detailed description of the metric that provides additional context about what the metric measures and how it's used. This information is for internal use and helps document the purpose of the metric.
Property name within the event payload that will be used for aggregating usage data. This field specifies which value from the event should be used for calculations. It is required for aggregation types like 'SUM', 'MAX', and other types that operate on values, but not required for 'COUNT' aggregation.
Response
Metric created successfully
Descriptive name of the metric that represents a pricing component of your application. This is primarily used for display purposes in the user interface.
Unique code used to identify the metric within your system. This code is used in API requests to associate events with the correct metric and must be unique across all metrics. Once created, this code cannot be changed.
Aggregation type for the metric
COUNT
, SUM
, MAX
, COUNT_DISTINCT
, LATEST
"SUM"
Unique identifier of the metric, automatically generated by the system upon creation. This ID is used internally to track the metric and cannot be modified.
The date and time when the metric was created. ISO 8601 format with timezone. Date and time in ISO 8601 format.
"2023-10-01T12:00:00Z"
Type of metric, either 'metered' for usage-based or 'recurring' for fixed periodic charges.
METERED
, RECURRING
"METERED"
Optional detailed description of the metric that provides additional context about what the metric measures and how it's used. This information is for internal use and helps document the purpose of the metric.
Property name within the event payload that will be used for aggregating usage data. This field specifies which value from the event should be used for calculations. It is required for aggregation types like 'SUM', 'MAX', and other types that operate on values, but not required for 'COUNT' aggregation.
The date and time when the metric was last updated. ISO 8601 format with timezone. Date and time in ISO 8601 format.
"2023-10-01T12:00:00Z"