# m3ter Documentation > Guides, learning resources and API reference for integrating with m3ter ## Docs - [Create Account](https://docs.m3ter.com/api/account/create-account.md): Create a new Account within the Organization. - [Delete Account](https://docs.m3ter.com/api/account/delete-account.md): Delete the Account with the given UUID. This may fail if there are any AccountPlans that reference the Account being deleted. - [End-date Account billing entities](https://docs.m3ter.com/api/account/end-date-account-billing-entities.md): Apply the specified end-date to billing entities associated with an Account. - [Account Endpoints](https://docs.m3ter.com/api/account/introduction.md): Endpoints for Account related operations such as creation, update, list and delete. An Account represents one of your end-customer accounts. - [List Account Children](https://docs.m3ter.com/api/account/list-account-children.md): Retrieve a list of Accounts that are children of the specified Account. - [List Accounts](https://docs.m3ter.com/api/account/list-accounts.md): Retrieve a list of Accounts that can be filtered by Account ID or Account Code. - [Retrieve Account](https://docs.m3ter.com/api/account/retrieve-account.md): Retrieve the Account with the given Account UUID. - [Search Accounts](https://docs.m3ter.com/api/account/search-accounts.md): Search for Account entities. - [Update Account](https://docs.m3ter.com/api/account/update-account.md): Update the Account with the given Account UUID. - [Create AccountPlan](https://docs.m3ter.com/api/accountplan/create-accountplan.md): Create a new AccountPlan or AccountPlanGroup. - [Delete AccountPlan](https://docs.m3ter.com/api/accountplan/delete-accountplan.md): Delete the AccountPlan or AccountPlanGroup with the given UUID. - [Account Plan Endpoints](https://docs.m3ter.com/api/accountplan/introduction.md): Endpoints for AccountPlan and AccountPlanGroup related operations such as creation, update, list and delete. - [List AccountPlans](https://docs.m3ter.com/api/accountplan/list-accountplans.md): Retrieves a list of AccountPlan and AccountPlanGroup entities for the specified Organization. The list can be paginated for easier management, and supports filtering with various query parameters. - [Replace AccountPlan](https://docs.m3ter.com/api/accountplan/replace-accountplan.md): End-dates the specified AccountPlan at the new startDate and creates the new AccountPlan. - [Retrieve AccountPlan](https://docs.m3ter.com/api/accountplan/retrieve-accountplan.md): Retrieve the AccountPlan or AccountPlanGroup details corresponding to the given UUID. - [Update AccountPlan](https://docs.m3ter.com/api/accountplan/update-accountplan.md): Update the AccountPlan or AccountPlanGroup with the given UUID. - [Create Aggregation](https://docs.m3ter.com/api/aggregation/create-aggregation.md): Create a new Aggregation. - [Delete Aggregation](https://docs.m3ter.com/api/aggregation/delete-aggregation.md): Delete the Aggregation with the given UUID. - [Aggregation Endpoints](https://docs.m3ter.com/api/aggregation/introduction.md): Endpoints for listing, creating, updating, retrieving, or deleting Aggregations. - [List Aggregations](https://docs.m3ter.com/api/aggregation/list-aggregations.md): Retrieve a list of Aggregations that can be filtered by Product, Aggregation ID, or Code. - [Retrieve Aggregation](https://docs.m3ter.com/api/aggregation/retrieve-aggregation.md): Retrieve the Aggregation with the given UUID. - [Update Aggregation](https://docs.m3ter.com/api/aggregation/update-aggregation.md): Update the Aggregation with the given UUID. - [Get Token](https://docs.m3ter.com/api/auth/get-token.md): Get authentication token - [Auth Endpoints](https://docs.m3ter.com/api/auth/introduction.md): Endpoint for retrieving a JSON Web Token (JWT) bearer token for a Service User using the Client Credentials Grant flow. - [Authentication and Authorization](https://docs.m3ter.com/api/authentication.md) - [Create BalanceChargeSchedule](https://docs.m3ter.com/api/balancechargeschedule/create-balancechargeschedule.md): Create a new BalanceChargeSchedule. - [Delete BalanceChargeSchedule](https://docs.m3ter.com/api/balancechargeschedule/delete-balancechargeschedule.md): Delete the BalanceChargeSchedule for the given UUID. - [Balance Charge Schedule Endpoints](https://docs.m3ter.com/api/balancechargeschedule/introduction.md): Endpoints for creating/updating/deleting BalanceChargeSchedules. - [List BalanceChargeSchedule](https://docs.m3ter.com/api/balancechargeschedule/list-balancechargeschedule.md): Retrieve a list of BalanceChargeSchedule entities - [Preview ScheduledBalanceCharges](https://docs.m3ter.com/api/balancechargeschedule/preview-scheduledbalancecharges.md): Previews the Charges this Schedule would create, without persisting them. You can use this call to obtain a preview of the Charges a Schedule you plan to create for a Balance would generate. - [Retrieve BalanceChargeSchedule](https://docs.m3ter.com/api/balancechargeschedule/retrieve-balancechargeschedule.md): Retrieve a BalanceChargeSchedule for the given UUID. - [Update BalanceChargeSchedule](https://docs.m3ter.com/api/balancechargeschedule/update-balancechargeschedule.md): Update a BalanceChargeSchedule for the given UUID. - [Create Balance](https://docs.m3ter.com/api/balances/create-balance.md): Create a new Balance for the given end customer Account. - [Create Balance Transaction](https://docs.m3ter.com/api/balances/create-balance-transaction.md): Add a Transaction to a Balance. This endpoint allows you to create a new Transaction amount for a Balance. This amount then becomes available at billing for draw-down to cover charges due. The Transaction details should be provided in the request body. - [Delete Balance](https://docs.m3ter.com/api/balances/delete-balance.md): Delete a specific Balance. - [Get Balance Transactions Summary](https://docs.m3ter.com/api/balances/get-balance-transactions-summary.md): Retrieves the Balance Transactions Summary for a given Balance. - [Balance Endpoints](https://docs.m3ter.com/api/balances/introduction.md): Endpoints for creating/retrieving/updating/deleting Balances on Accounts. - [List Balances](https://docs.m3ter.com/api/balances/list-balances.md): Retrieve a list of all Balances for your Organization. - [List Transactions](https://docs.m3ter.com/api/balances/list-transactions.md): Retrieve all Transactions for a specific Balance. - [Retrieve Balance](https://docs.m3ter.com/api/balances/retrieve-balance.md): Retrieve a specific Balance. - [Update Balance](https://docs.m3ter.com/api/balances/update-balance.md): Update a specific Balance. - [Create BalanceTransactionSchedule](https://docs.m3ter.com/api/balancetransactionschedule/create-balancetransactionschedule.md): Create a new BalanceTransactionSchedule. - [Delete BalanceTransactionSchedule](https://docs.m3ter.com/api/balancetransactionschedule/delete-balancetransactionschedule.md): Delete the BalanceTransactionSchedule for the given UUID. - [Balance Transaction Schedules Endpoints](https://docs.m3ter.com/api/balancetransactionschedule/introduction.md): Endpoints for creating/updating/deleting BalanceTransactionSchedules. - [List BalanceTransactionSchedule](https://docs.m3ter.com/api/balancetransactionschedule/list-balancetransactionschedule.md): Retrieve a list of BalanceTransactionSchedule entities. - [Preview ScheduledBalanceTransactions](https://docs.m3ter.com/api/balancetransactionschedule/preview-scheduledbalancetransactions.md): Previews the BalanceTransactions this Schedule would create, without persisting them. You can use this call to obtain a preview of the Transactions a Schedule you plan to create for a Balance would generate. - [Retrieve BalanceTransactionSchedule](https://docs.m3ter.com/api/balancetransactionschedule/retrieve-balancetransactionschedule.md): Retrieve a BalanceTransactionSchedule for the given UUID. - [Update BalanceTransactionSchedule](https://docs.m3ter.com/api/balancetransactionschedule/update-balancetransactionschedule.md): Update a BalanceTransactionSchedule for the given UUID. - [Approve Bills](https://docs.m3ter.com/api/bill/approve-bills.md): Approve multiple Bills for the specified Organization based on the given criteria. - [Approve Bills in Billing Period](https://docs.m3ter.com/api/bill/approve-bills-in-billing-period.md): Approve all Bills within a specified billing period. This endpoint allows you to approve Bills on various frequencies, such as daily, weekly, monthly, or annually. Specify the last day of the period to define the range. - [Create Bill Statement in CSV Format](https://docs.m3ter.com/api/bill/create-bill-statement-in-csv-format.md): Generate a specific Bill Statement for the provided Bill UUID in CSV format. - [Delete Bill](https://docs.m3ter.com/api/bill/delete-bill.md): Delete the Bill with the given UUID. - [Download Bills](https://docs.m3ter.com/api/bill/download-bills.md): Retrieve Bills data in CSV format. - [Download Bills URL](https://docs.m3ter.com/api/bill/download-bills-url.md): Generate a URL for downloading a CSV file containing a comprehensive list of Bills data for the specified organization for a specified period. This endpoint facilitates easy exporting of billing data for external analysis and reporting. - [Bill Endpoints](https://docs.m3ter.com/api/bill/introduction.md): Endpoints for billing operations such as creating, updating, listing, downloading, and deleting Bills. - [List Bills](https://docs.m3ter.com/api/bill/list-bills.md): Retrieve a list of Bills. - [List Line Items](https://docs.m3ter.com/api/bill/list-line-items.md): Lists all the line items for a specific Bill. - [Lock Bill](https://docs.m3ter.com/api/bill/lock-bill.md): Lock the specific Bill identified by the given UUID. Once a Bill is locked, no further changes can be made to it. - [Preview Bill](https://docs.m3ter.com/api/bill/preview-bill.md): Preview the current Bill for a specific account. - [Retrieve Bill](https://docs.m3ter.com/api/bill/retrieve-bill.md): Retrieve the Bill with the given UUID. - [Retrieve Bill Statement in CSV Format](https://docs.m3ter.com/api/bill/retrieve-bill-statement-in-csv-format.md): Retrieve a specific Bill Statement for the given Bill UUID in CSV format. - [Retrieve Bill Statement in JSON Format](https://docs.m3ter.com/api/bill/retrieve-bill-statement-in-json-format.md): Retrieve a Bill Statement in JSON format for a given Bill ID. - [Retrieve Bills for an Account ID](https://docs.m3ter.com/api/bill/retrieve-bills-for-an-account-id.md): Retrieve all Bills for the given Account. - [Retrieve Bills in Billing Period](https://docs.m3ter.com/api/bill/retrieve-bills-in-billing-period.md): Retrieve all Bills within a specified billing period. This endpoint allows you to retrieve Bills on various frequencies, such as daily, weekly, monthly, or annually. Specify the last day of the period to define the range. - [Retrieve latest Bill](https://docs.m3ter.com/api/bill/retrieve-latest-bill.md): Retrieve the latest Bill for the given Account. - [Retrieve Line Item](https://docs.m3ter.com/api/bill/retrieve-line-item.md): Retrieves a specific line item within a Bill. - [Retrieve Line Item Usage in JSON Format](https://docs.m3ter.com/api/bill/retrieve-line-item-usage-in-json-format.md): Retrieve the line item with the given UUID in JSON format. - [Search Bills](https://docs.m3ter.com/api/bill/search-bills.md): Search for Bill entities. - [Update Bill Status](https://docs.m3ter.com/api/bill/update-bill-status.md): Updates the status of a specified Bill with the given Bill ID. - [Bill Config Endpoints](https://docs.m3ter.com/api/billconfig/introduction.md): Endpoints for updating and retreiving the Bill Configuration for an Organization. - [Retrieve BillConfig](https://docs.m3ter.com/api/billconfig/retrieve-billconfig.md): Retrieve the Organization-wide BillConfig. - [Update BillConfig](https://docs.m3ter.com/api/billconfig/update-billconfig.md): Update the Organization-wide BillConfig. - [Create BillGroupingKey](https://docs.m3ter.com/api/billgroupingkey/create-billgroupingkey.md): Create a new Bill Grouping Key. - [Delete BillGroupingKey](https://docs.m3ter.com/api/billgroupingkey/delete-billgroupingkey.md): Delete a Bill Grouping Key for the given UUID. - [Bill Grouping Key Endpoints](https://docs.m3ter.com/api/billgroupingkey/introduction.md): Endpoints for Bill Grouping Key operations such as creation, update, list, and delete. - [List Bill Grouping Keys](https://docs.m3ter.com/api/billgroupingkey/list-bill-grouping-keys.md): Retrieve a list of Bill Grouping Keys created for your Organization. - [Retrieve BillGroupingKey](https://docs.m3ter.com/api/billgroupingkey/retrieve-billgroupingkey.md): Retrieve a Bill Grouping Key for the given UUID. - [Update BillGroupingKey](https://docs.m3ter.com/api/billgroupingkey/update-billgroupingkey.md): Update a Bill Grouping Key for the given UUID. - [Cancel BillJob](https://docs.m3ter.com/api/billjob/cancel-billjob.md): Cancel an ongoing BillJob for the given Organization and BillJob UUID. - [Create BillJob](https://docs.m3ter.com/api/billjob/create-billjob.md): Create a new BillJob to handle asynchronous bill calculations for a specific Organization. - [Create Recalculation BillJob](https://docs.m3ter.com/api/billjob/create-recalculation-billjob.md): Create a new BillJob specifically to recalculate existing bills for a given Organization. - [Bill Job Endpoints](https://docs.m3ter.com/api/billjob/introduction.md): Endpoints for creating, retrieving, listing, and cancelling Bill Jobs. - [List BillJobs](https://docs.m3ter.com/api/billjob/list-billjobs.md): Retrieve a list of BillJobs. - [Retrieve BillJob](https://docs.m3ter.com/api/billjob/retrieve-billjob.md): Retrieve a Bill Job for the given UUID. - [Create Charge](https://docs.m3ter.com/api/charge/create-charge.md): Create a new Charge. - [Delete Charge](https://docs.m3ter.com/api/charge/delete-charge.md): Delete the Charge for the given UUID. - [Charge Endpoints](https://docs.m3ter.com/api/charge/introduction.md): Endpoints for creating/updating/deleting Charges. - [List Charges](https://docs.m3ter.com/api/charge/list-charges.md): Retrieve a list of Charge entities - [Retrieve Charge](https://docs.m3ter.com/api/charge/retrieve-charge.md): Retrieve a Charge for the given UUID. - [Update Charge](https://docs.m3ter.com/api/charge/update-charge.md): Update a Charge for the given UUID. - [Create Commitment](https://docs.m3ter.com/api/commitments/create-commitment.md): Create a new Commitment. - [Delete Commitment](https://docs.m3ter.com/api/commitments/delete-commitment.md): Remove a specific Commitment. - [Commitment Endpoints](https://docs.m3ter.com/api/commitments/introduction.md): Endpoints that manage Commitments (also known as Prepayments) in the context of usage-based pricing and billing. - [List Commitments](https://docs.m3ter.com/api/commitments/list-commitments.md): Retrieve a list of Commitments. - [Retrieve Commitment](https://docs.m3ter.com/api/commitments/retrieve-commitment.md): Retrieve a specific Commitment. - [Search Commitments](https://docs.m3ter.com/api/commitments/search-commitments.md): Search for commitment entities. - [Update Commitment](https://docs.m3ter.com/api/commitments/update-commitment.md): Modify a specific Commitment. - [Create Compound Aggregation](https://docs.m3ter.com/api/compoundaggregation/create-compound-aggregation.md): Create a new Compound Aggregation. - [Delete Compound Aggregation](https://docs.m3ter.com/api/compoundaggregation/delete-compound-aggregation.md): Delete a Compound Aggregation with the given UUID. - [Compound Aggregation Endpoints](https://docs.m3ter.com/api/compoundaggregation/introduction.md): Endpoints for Compound Aggregation related operations such as creation, update, list and delete. - [List Compound Aggregations](https://docs.m3ter.com/api/compoundaggregation/list-compound-aggregations.md): Retrieve a list of all Compound Aggregations. - [Retrieve Compound Aggregation](https://docs.m3ter.com/api/compoundaggregation/retrieve-compound-aggregation.md): Retrieve a Compound Aggregation using the given UUID. - [Update Compound Aggregation](https://docs.m3ter.com/api/compoundaggregation/update-compound-aggregation.md): Update the Compound Aggregation with the given UUID. - [Create Contract](https://docs.m3ter.com/api/contract/create-contract.md): Creates a new Contract for the specified Account. The Contract includes information such as the associated Account along with start and end dates. - [Delete Contract](https://docs.m3ter.com/api/contract/delete-contract.md): Deletes the Contract with the specified UUID. Used to remove an existing Contract from an Account. - [End-date Contract Account billing entities](https://docs.m3ter.com/api/contract/end-date-contract-account-billing-entities.md): Apply the specified end-date to billing entities associated with Accounts the Contract has been added to, and apply the end-date to the Contract itself. - [Contract Endpoints](https://docs.m3ter.com/api/contract/introduction.md): Endpoints for Contract related operations such as creation, update, list and delete. - [List Contracts](https://docs.m3ter.com/api/contract/list-contracts.md): Retrieves a list of Contracts by Organization ID. Supports pagination and includes various query parameters to filter the Contracts returned based on Contract IDs or short codes. - [Retrieve Contract](https://docs.m3ter.com/api/contract/retrieve-contract.md): Retrieves the Contract with the given UUID. Used to obtain the details of a Contract. - [Update Contract](https://docs.m3ter.com/api/contract/update-contract.md): Update the Contract with the given UUID. - [Create Counter](https://docs.m3ter.com/api/counter/create-counter.md): Create a new Counter. - [Delete Counter](https://docs.m3ter.com/api/counter/delete-counter.md): Delete a Counter for the given UUID. - [Counter Endpoints](https://docs.m3ter.com/api/counter/introduction.md): Endpoints for listing, creating, retrieving, updating, or deleting Counters. - [List Counters](https://docs.m3ter.com/api/counter/list-counters.md): Retrieve a list of Counter entities that can be filtered by Product, Counter ID, or Codes. - [Retrieve Counter](https://docs.m3ter.com/api/counter/retrieve-counter.md): Retrieve a Counter for the given UUID. - [Update Counter](https://docs.m3ter.com/api/counter/update-counter.md): Update Counter for the given UUID. - [Create CounterAdjustment](https://docs.m3ter.com/api/counteradjustments/create-counteradjustment.md): Create a new CounterAdjustment for an Account using a Counter. - [Delete CounterAdjustment](https://docs.m3ter.com/api/counteradjustments/delete-counteradjustment.md): Delete a CounterAdjustment for the given UUID. - [Counter Adjustment Endpoints](https://docs.m3ter.com/api/counteradjustments/introduction.md): Endpoints for listing, creating, updating, retrieving, or deleting CounterAdjustments. - [List CounterAdjustments](https://docs.m3ter.com/api/counteradjustments/list-counteradjustments.md): Retrieve a list of CounterAdjustments created for Accounts in your Organization. You can filter the list returned by date, Account ID, or Counter ID. - [Retrieve CounterAdjustment](https://docs.m3ter.com/api/counteradjustments/retrieve-counteradjustment.md): Retrieve a CounterAdjustment for the given UUID. - [Update CounterAdjustment](https://docs.m3ter.com/api/counteradjustments/update-counteradjustment.md): Update a CounterAdjustment for an Account. - [Create CounterPricing](https://docs.m3ter.com/api/counterpricing/create-counterpricing.md): Create a new CounterPricing. - [Delete CounterPricing](https://docs.m3ter.com/api/counterpricing/delete-counterpricing.md): Delete a CounterPricing for the given UUID. - [Counter Pricing Endpoints](https://docs.m3ter.com/api/counterpricing/introduction.md): Endpoints for listing, creating, updating, retrieving, or deleting CounterPricing. - [List CounterPricings](https://docs.m3ter.com/api/counterpricing/list-counterpricings.md): Retrieve a list of CounterPricing entities filtered by date, Plan ID, Plan Template ID, or CounterPricing ID. - [Retrieve CounterPricing](https://docs.m3ter.com/api/counterpricing/retrieve-counterpricing.md): Retrieve a CounterPricing for the given UUID. - [Update CounterPricing](https://docs.m3ter.com/api/counterpricing/update-counterpricing.md): Update CounterPricing for the given UUID. - [Create Credit Reason](https://docs.m3ter.com/api/creditreason/create-credit-reason.md): Create a new Credit Reason for your Organization. When you've created a Credit Reason, it becomes available as a credit type for adding Credit line items to Bills. See [Credits](https://www.m3ter.com/docs/api#tag/Credits). - [Delete Credit Reason](https://docs.m3ter.com/api/creditreason/delete-credit-reason.md): Delete the Credit Reason with the given UUID. - [Credit Reason Endpoints](https://docs.m3ter.com/api/creditreason/introduction.md): Endpoints for CreditReason operations such as creation, update, list, and delete. - [List Credit Reasons](https://docs.m3ter.com/api/creditreason/list-credit-reasons.md): Retrieve a list of the Credit Reason entities created for your Organization. You can filter the list returned for the call by Credit Reason ID, Credit Reason short code, or by Archive status. - [Retrieve Credit Reason](https://docs.m3ter.com/api/creditreason/retrieve-credit-reason.md): Retrieve the Credit Reason with the given UUID. - [Update Credit Reason](https://docs.m3ter.com/api/creditreason/update-credit-reason.md): Update the Credit Reason with the given UUID. - [Create Credit Line Item](https://docs.m3ter.com/api/credits/create-credit-line-item.md): Create a new Credit line item for the given Bill. When creating Credit line items for Bills, use the Credit Reasons created for your Organization. See [CreditReason](https://www.m3ter.com/docs/api#tag/CreditReason). - [Delete Credit Line Item](https://docs.m3ter.com/api/credits/delete-credit-line-item.md): Delete the Credit line item with the given UUID. - [Credit Endpoints](https://docs.m3ter.com/api/credits/introduction.md): Endpoints for Credit line item related operations such as creation, update, list and delete. These are line items on Bills that are specifically related to Credits. - [List Credit Line Items](https://docs.m3ter.com/api/credits/list-credit-line-items.md): List the Credit line items for the given Bill. - [Retrieve Credit Line Item](https://docs.m3ter.com/api/credits/retrieve-credit-line-item.md): Retrieve the Credit line item with the given UUID. - [Update Credit Line Item](https://docs.m3ter.com/api/credits/update-credit-line-item.md): Update the Credit line item with the given UUID. - [Create Currency](https://docs.m3ter.com/api/currency/create-currency.md): Creates a new Currency for the specified Organization. - [Delete Currency](https://docs.m3ter.com/api/currency/delete-currency.md): Delete the Currency with the given UUID. - [Currency Endpoints](https://docs.m3ter.com/api/currency/introduction.md): Endpoints for Currency operations such as creation, update, list, and delete. Currencies are stored for your Organization, and can then be used to specify currencies on various entities such as plan groups and plan templates. - [List Currencies](https://docs.m3ter.com/api/currency/list-currencies.md): Retrieve a list of Currencies. - [Retrieve Currency](https://docs.m3ter.com/api/currency/retrieve-currency.md): Retrieve the specified Currency with the given UUID. Used to obtain the details of a specified existing Currency in your Organization. - [Update Currency](https://docs.m3ter.com/api/currency/update-currency.md): Update a Currency with the given UUID. - [Custom Fields Endpoints](https://docs.m3ter.com/api/customfield/introduction.md): Endpoints for retrieving and updating Custom Fields at the Organization level for all entities that support them. - [Retrieve CustomField](https://docs.m3ter.com/api/customfield/retrieve-customfield.md): Retrieve all Custom Fields added at Organizational level for the entities that support them. - [Update CustomFields](https://docs.m3ter.com/api/customfield/update-customfields.md): Update Custom Fields added at Organization level to entities that support them. - [Download aggregated usage data as a CSV.](https://docs.m3ter.com/api/dataexplorer/download-aggregated-usage-data-as-a-csv.md): Download aggregated usage data as a CSV. - [Download aggregated usage data as JSON.](https://docs.m3ter.com/api/dataexplorer/download-aggregated-usage-data-as-json.md): Download aggregated usage data as JSON. - [Download Bill data as a CSV.](https://docs.m3ter.com/api/dataexplorer/download-bill-data-as-a-csv.md): Download Bill data as a CSV. - [Download Bill data as JSON.](https://docs.m3ter.com/api/dataexplorer/download-bill-data-as-json.md): Download Bill data as JSON. - [Download Commitments data as a CSV.](https://docs.m3ter.com/api/dataexplorer/download-commitments-data-as-a-csv.md): Download Commitments data as a CSV. - [Download Commitments data as JSON.](https://docs.m3ter.com/api/dataexplorer/download-commitments-data-as-json.md): Download Commitments data as JSON. - [Download Commitments Obligations data as JSON.](https://docs.m3ter.com/api/dataexplorer/download-commitments-obligations-data-as-json.md): Download Commitments Obligations data as JSON. - [Download Commitments Obligations data in CSV format](https://docs.m3ter.com/api/dataexplorer/download-commitments-obligations-data-in-csv-format.md): Download Commitments Obligations data in CSV format. - [Get account values for querying bill line items.](https://docs.m3ter.com/api/dataexplorer/get-account-values-for-querying-bill-line-items.md): Get account values for querying bill line items. - [Get account values for querying commitments.](https://docs.m3ter.com/api/dataexplorer/get-account-values-for-querying-commitments.md): Get account values for querying commitments. - [Get product values for querying bill line items.](https://docs.m3ter.com/api/dataexplorer/get-product-values-for-querying-bill-line-items.md): Get product values for querying bill line items. - [Data Explorer Endpoints](https://docs.m3ter.com/api/dataexplorer/introduction.md): Endpoints for querying the Data Explorer and saving query selections. - [Query and filter aggregated usage data.](https://docs.m3ter.com/api/dataexplorer/query-and-filter-aggregated-usage-data.md): Query and filter aggregated usage data. - [Query and filter for bill line items.](https://docs.m3ter.com/api/dataexplorer/query-and-filter-for-bill-line-items.md): Query and filter for bill line items. - [Query and filter for commitment line items.](https://docs.m3ter.com/api/dataexplorer/query-and-filter-for-commitment-line-items.md): Query and filter for commitment line items. - [Query and filter for commitments.](https://docs.m3ter.com/api/dataexplorer/query-and-filter-for-commitments.md): Query and filter for commitments. - [Query and filter for obligations.](https://docs.m3ter.com/api/dataexplorer/query-and-filter-for-obligations.md): Query and filter for obligations. - [Query and filter for Remaining Commitments.](https://docs.m3ter.com/api/dataexplorer/query-and-filter-for-remaining-commitments.md): Query and filter for remaining commitments. - [Retrieve Meters stored in the Data Warehouse over a period of time.](https://docs.m3ter.com/api/dataexplorer/retrieve-meters-stored-in-the-data-warehouse-over-a-period-of-time.md): Retrieve the Meters and their dimension and measure names that are stored in the Data Warehouse over a period of time. - [Retrieve the values of a Meter Dimension.](https://docs.m3ter.com/api/dataexplorer/retrieve-the-values-of-a-meter-dimension.md): Retrieve the Dimensions of a Meter stored in the Data Warehouse over a period of time. - [Retrieve the values of a single Dimension for one or more Meters.](https://docs.m3ter.com/api/dataexplorer/retrieve-the-values-of-a-single-dimension-for-one-or-more-meters.md): Retrieve the values of a single Dimension for one or more Meters stored in the Data Warehouse over a period of time. - [Create UsageSavedQuery](https://docs.m3ter.com/api/dataexplorerv2/create-usagesavedquery.md): Create a new UsageSavedQuery. - [Delete UsageSavedQuery](https://docs.m3ter.com/api/dataexplorerv2/delete-usagesavedquery.md): Delete the UsageSavedQuery for the given UUID. - [Data Explorer V2 Endpoints](https://docs.m3ter.com/api/dataexplorerv2/introduction.md): Endpoints for querying and filtering Usage data collected for your Organization. - [List UsageSavedQueries](https://docs.m3ter.com/api/dataexplorerv2/list-usagesavedqueries.md): Retrieve a list of UsageSavedQuery entities - [Query and filter usage data](https://docs.m3ter.com/api/dataexplorerv2/query-and-filter-usage-data.md): Query and filter usage data collected for your Organization. - [Retrieve UsageSavedQuery](https://docs.m3ter.com/api/dataexplorerv2/retrieve-usagesavedquery.md): Retrieve a UsageSavedQuery for the given UUID. - [Update UsageSavedQuery](https://docs.m3ter.com/api/dataexplorerv2/update-usagesavedquery.md): Update a UsageSavedQuery for the given UUID. - [Create Debit Reason](https://docs.m3ter.com/api/debitreason/create-debit-reason.md): Create a new Debit Reason for your Organization. When you've created a Debit Reason, it becomes available as a debit type for adding Debit line items to Bills. See [Debits](https://www.m3ter.com/docs/api#tag/Debits). - [Delete Debit Reason](https://docs.m3ter.com/api/debitreason/delete-debit-reason.md): Delete the Debit Reason with the given UUID. - [Debit Reason Endpoints](https://docs.m3ter.com/api/debitreason/introduction.md): Endpoints for DebitReason operations such as creation, update, list, and delete. - [List Debit Reasons](https://docs.m3ter.com/api/debitreason/list-debit-reasons.md): Retrieve a list of the Debit Reason entities created for your Organization. You can filter the list returned for the call by Debit Reason ID, Debit Reason short code, or by Archive status. - [Retrieve Debit Reason](https://docs.m3ter.com/api/debitreason/retrieve-debit-reason.md): Retrieve the Debit Reason with the given UUID. - [Update Debit Reason](https://docs.m3ter.com/api/debitreason/update-debit-reason.md): Update the Debit Reason with the given UUID. - [Create Debit Line Item](https://docs.m3ter.com/api/debits/create-debit-line-item.md): Create a new Debit line item for the given bill. When creating Debit line items for Bills, use the Debit Reasons created for your Organization. See [DebitReason](https://www.m3ter.com/docs/api#tag/DebitReason). - [Delete Debit Line Item](https://docs.m3ter.com/api/debits/delete-debit-line-item.md): Delete the Debit line item with the given UUID. - [Debit Line Item Endpoints](https://docs.m3ter.com/api/debits/introduction.md): Endpoints for Debit line item related operations such as creation, update, list and delete. These are line items on Bills that are specifically related to Debits. - [List Debit Line Items](https://docs.m3ter.com/api/debits/list-debit-line-items.md): List the Debit line items for the given bill. - [Retrieve Debit Line Item](https://docs.m3ter.com/api/debits/retrieve-debit-line-item.md): Retrieve the Debit line item with the given UUID. - [Update Debit Line Item](https://docs.m3ter.com/api/debits/update-debit-line-item.md): Update the Debit line item with the given UUID. - [Events Endpoints](https://docs.m3ter.com/api/events/introduction.md): This section provides Endpoints for operations that allow you to retrieve detailed information about individual Events, list all Events or specific Event Types, and explore dynamic fields available for each Event Type. - [List Event Fields](https://docs.m3ter.com/api/events/list-event-fields.md): List Event Fields. - [List EventResponse](https://docs.m3ter.com/api/events/list-eventresponse.md): List all Events. - [List Notification Events](https://docs.m3ter.com/api/events/list-notification-events.md): Retrieve a list of Notification Event Types. - [Retrieve EventResponse](https://docs.m3ter.com/api/events/retrieve-eventresponse.md): Retrieve a specific Event. - [Ad Hoc Data Export Endpoints](https://docs.m3ter.com/api/exportadhoc/introduction.md): Endpoints for triggering one-off, ad-hoc Data Exports. - [Trigger data export.](https://docs.m3ter.com/api/exportadhoc/trigger-data-export.md): Trigger an ad-hoc Data Export. Each ad-hoc Export can be configured for exporting *only one of* either Usage or Operational data: - [Create ExportDestination](https://docs.m3ter.com/api/exportdestination/create-exportdestination.md): Create a new Export Destination to use for your Data Export Schedules or Ad-Hoc Data Exports. - [Delete ExportDestination](https://docs.m3ter.com/api/exportdestination/delete-exportdestination.md): Delete an Export Destination for the given UUID. - [Get Data Export File Download URL](https://docs.m3ter.com/api/exportdestination/get-data-export-file-download-url.md): Returns a presigned download URL for data export file download based on the `jobId` provided. - [Export Destination Endpoints](https://docs.m3ter.com/api/exportdestination/introduction.md): Endpoints for creating, updating, retrieving, or deleting Data Export Destinations. - [List ExportDestinations](https://docs.m3ter.com/api/exportdestination/list-exportdestinations.md): Retrieve a list of Export Destination entities. You can filter the list of Destinations returned by UUID. - [Retrieve ExportDestination](https://docs.m3ter.com/api/exportdestination/retrieve-exportdestination.md): Retrieve an Export Destination for the given UUID. - [Update ExportDestination](https://docs.m3ter.com/api/exportdestination/update-exportdestination.md): Update an Export Destination for the given UUID. - [Data Export Job Endpoints](https://docs.m3ter.com/api/exportjob/introduction.md): Endpoints for retrieving/querying Data Export jobs. - [List Jobs](https://docs.m3ter.com/api/exportjob/list-jobs.md): Retrieve a list of Export Job entities. - [Retrieve Job](https://docs.m3ter.com/api/exportjob/retrieve-job.md): Retrieve an Export Job for the given UUID. - [Create Schedule](https://docs.m3ter.com/api/exportschedule/create-schedule.md): Create a new Data Export Schedule. Each Schedule can be configured for exporting *only one* of either Usage or Operational data: - [Delete Schedule](https://docs.m3ter.com/api/exportschedule/delete-schedule.md): Delete the Data Export Schedule for the given UUID. Each Schedule can be configured for exporting *only one* of either Usage or Operational data. - [Data Export Schedule Endpoints](https://docs.m3ter.com/api/exportschedule/introduction.md): Endpoints for creating, updating, retrieving, or deleting Data Export schedules. - [List Schedules](https://docs.m3ter.com/api/exportschedule/list-schedules.md): Retrieve a list of Data Export Schedules created for your Organization. You can filter the response by Schedules `ids`. - [Retrieve Schedule](https://docs.m3ter.com/api/exportschedule/retrieve-schedule.md): Retrieve a Data Export Schedule for the given UUID. Each Schedule can be configured for exporting *only one* of either Usage or Operational data. - [Update Schedule](https://docs.m3ter.com/api/exportschedule/update-schedule.md): Update a Data Export Schedule for the given UUID. Each Schedule can be configured for exporting *only one* of either Usage or Operational data: - [Create an External Mapping](https://docs.m3ter.com/api/external-mapping/create-an-external-mapping.md): Creates a new External Mapping. - [Delete an External Mapping](https://docs.m3ter.com/api/external-mapping/delete-an-external-mapping.md): Delete an External Mapping with the given UUID. - [External Mapping Endpoints](https://docs.m3ter.com/api/external-mapping/introduction.md): Endpoints for managing External Mapping related operations such as creation, update, list and delete. - [List External Mappings](https://docs.m3ter.com/api/external-mapping/list-external-mappings.md): Retrieve a list of all External Mapping entities. - [List External Mappings for a m3ter Entity](https://docs.m3ter.com/api/external-mapping/list-external-mappings-for-a-m3ter-entity.md): Retrieve a list of External Mapping entities for a specified m3ter entity. - [List External Mappings for External Entity](https://docs.m3ter.com/api/external-mapping/list-external-mappings-for-external-entity.md): Retrieve a list of External Mapping entities for a specified external system entity. - [Retrieve a list of external entities from the destination system for a particular credential](https://docs.m3ter.com/api/external-mapping/retrieve-a-list-of-external-entities-from-the-destination-system-for-a-particular-credential.md): Retrieve a list of possible values to create an external mapping using a particular credential. These options are retrieved from the destination system if the system has been successfully authenticated and provides the mechanism to do so. Otherwise an empty response is returned. - [Retrieve External Entities from Destination](https://docs.m3ter.com/api/external-mapping/retrieve-external-entities-from-destination.md): Retrieve a list of external entities from the specified destination system. - [Retrieve External Mapping](https://docs.m3ter.com/api/external-mapping/retrieve-external-mapping.md): Retrieve an External Mapping with the given UUID. - [Retrieve External Mapping Configuration](https://docs.m3ter.com/api/external-mapping/retrieve-external-mapping-configuration.md): Retrieve the global External Mapping configuration. - [Update External Mapping](https://docs.m3ter.com/api/external-mapping/update-external-mapping.md): Updates an External Mapping with the given UUID. - [Activate Webhook Destination](https://docs.m3ter.com/api/integrations/activate-webhook-destination.md): Set the `active` status on a webhook integration destination. - [Create IntegrationConfig](https://docs.m3ter.com/api/integrations/create-integrationconfig.md): Set the integration configuration for the entity. - [Create Webhook Destination](https://docs.m3ter.com/api/integrations/create-webhook-destination.md): This endpoint creates a new webhook destination. A webhook destination is a URL where webhook payloads will be sent. - [Delete IntegrationConfig](https://docs.m3ter.com/api/integrations/delete-integrationconfig.md): Delete the integration configuration for the given UUID. - [Delete Webhook Destination](https://docs.m3ter.com/api/integrations/delete-webhook-destination.md): This endpoint deletes a specific webhook destination identified by its UUID. - [Enable IntegrationConfig](https://docs.m3ter.com/api/integrations/enable-integrationconfig.md): Enables a previously disabled integration configuration, allowing it to be operational again. - [Get ConfigOption Values](https://docs.m3ter.com/api/integrations/get-configoption-values.md): Get possible values for specific configuration setting. - [Get IntegrationRun for the UUID](https://docs.m3ter.com/api/integrations/get-integrationrun-for-the-uuid.md): Retrieve the integration run for the id - [Get IntegrationRun Log](https://docs.m3ter.com/api/integrations/get-integrationrun-log.md): Retrieve the integrationrun log for the given UUID. - [Integrations Endpoints](https://docs.m3ter.com/api/integrations/introduction.md): A suite of endpoints for configuring and managing third party integrations within the m3ter platform. The integration endpoints in this section facilitate various operations such as creating, updating, listing, and deletion of integrations. - [List All IntegrationConfigs](https://docs.m3ter.com/api/integrations/list-all-integrationconfigs.md): List all integration configurations. - [List Destinations](https://docs.m3ter.com/api/integrations/list-destinations.md): Retrieve a list of all Destinations created in the Organization. - [List IntegrationRuns](https://docs.m3ter.com/api/integrations/list-integrationruns.md): Retrieve a list of the integration runs for the specified entity. - [List IntegrationRuns By DestinationId](https://docs.m3ter.com/api/integrations/list-integrationruns-by-destinationid.md): Retrieve a list of the integration runs for the destination - [Retrieve Available Auth Config for System and Entity Type](https://docs.m3ter.com/api/integrations/retrieve-available-auth-config-for-system-and-entity-type.md): Retrieve the valid auth config for provided system and entity type. - [Retrieve Available Configurations](https://docs.m3ter.com/api/integrations/retrieve-available-configurations.md): This endpoint gets the available configuration options for integrations. - [Retrieve Available Entity Types for System](https://docs.m3ter.com/api/integrations/retrieve-available-entity-types-for-system.md): Retrieve the valid entity types for provided system. - [Retrieve Available Integration Systems](https://docs.m3ter.com/api/integrations/retrieve-available-integration-systems.md): Retrieve the valid integration systems. Can be filtered by entityType. - [Retrieve Destination](https://docs.m3ter.com/api/integrations/retrieve-destination.md): Retrieve the webhook Destination for the UUID. - [Retrieve IntegrationConfig](https://docs.m3ter.com/api/integrations/retrieve-integrationconfig.md): Retrieve the integration configuration for the entity - [Retrieve IntegrationConfig for UUID](https://docs.m3ter.com/api/integrations/retrieve-integrationconfig-for-uuid.md): Retrieve the integration configuration for the given UUID. - [Retrieve IntegrationRuns](https://docs.m3ter.com/api/integrations/retrieve-integrationruns.md): Retrieve the latest integration runs for entity and ids - [Retrieve Latest IntegrationRun](https://docs.m3ter.com/api/integrations/retrieve-latest-integrationrun.md): Retrieve the latest integration run for the entity. - [Update Destination](https://docs.m3ter.com/api/integrations/update-destination.md): Update a destination to be used for a webhook. - [Update IntegrationConfig](https://docs.m3ter.com/api/integrations/update-integrationconfig.md): Update the integration configuration for the given UUID. - [API Reference](https://docs.m3ter.com/api/introduction.md) - [Invitation Endpoints](https://docs.m3ter.com/api/invitations/introduction.md): Endpoints for creating and retrieving user invitations. Use invitations to invite other people to join your m3ter Organization. - [Invite User to Organization](https://docs.m3ter.com/api/invitations/invite-user-to-organization.md): Invite a new user to your Organization. - [Retrieve Invitation](https://docs.m3ter.com/api/invitations/retrieve-invitation.md): Retrieve the specified invitation with the given UUID. - [Retrieve Invitations](https://docs.m3ter.com/api/invitations/retrieve-invitations.md): Retrieve a list of all invitations in the Organization. - [Line Item Endpoints](https://docs.m3ter.com/api/line-item/introduction.md): Endpoint for retrieving a list of line items for Bills in an Organization. - [List Line Items](https://docs.m3ter.com/api/line-item/list-line-items.md): List the billing line items for the given Organization, which can be filtered by the type of line item, Bill ID, or Commitment *(prepayment)* ID. - [Create LookupTable](https://docs.m3ter.com/api/lookuptable/create-lookuptable.md): Create a new Lookup Table. - [Delete LookupTable](https://docs.m3ter.com/api/lookuptable/delete-lookuptable.md): Delete the Lookup Table with the given UUID. - [Get LookupTable](https://docs.m3ter.com/api/lookuptable/get-lookuptable.md): Retrieve a Lookup Table by UUID. - [Lookup Table Endpoints](https://docs.m3ter.com/api/lookuptable/introduction.md): Endpoints for creating/updating/deleting Lookup Tables. - [List LookupTable](https://docs.m3ter.com/api/lookuptable/list-lookuptable.md): Retrieve a list Lookup Tables created for the Organization: * Returned list can be filtered by Lookup Table `code` query parameter. * If you want to include any non-default fields for the returned Lookup Tables, use the additional query parameter to specify which you want to include in the response. - [Update LookupTable](https://docs.m3ter.com/api/lookuptable/update-lookuptable.md): Update the Lookup Table with the given UUID. - [Create LookupTableRevision](https://docs.m3ter.com/api/lookuptablerevision/create-lookuptablerevision.md): Create a new Revision for a Lookup Table. - [Delete LookupTableRevision](https://docs.m3ter.com/api/lookuptablerevision/delete-lookuptablerevision.md): Delete the Lookup Table Revision for the given UUID. - [Lookup Table Revision Endpoints](https://docs.m3ter.com/api/lookuptablerevision/introduction.md): Endpoints for creating/updating/deleting Lookup Table Revisions. - [List LookupTableRevision](https://docs.m3ter.com/api/lookuptablerevision/list-lookuptablerevision.md): List LookupTableRevision entities - [Retrieve LookupTableRevision](https://docs.m3ter.com/api/lookuptablerevision/retrieve-lookuptablerevision.md): Retrieve a Lookup Table Revision for the given UUID. - [Update LookupTableRevision](https://docs.m3ter.com/api/lookuptablerevision/update-lookuptablerevision.md): Update a Lookup Table Revision for the given UUID. - [Update LookupTableRevision Status](https://docs.m3ter.com/api/lookuptablerevision/update-lookuptablerevision-status.md): Update the status of a Lookup Table Revision for the given UUID. - [Copy LookupTableRevisionData](https://docs.m3ter.com/api/lookuptablerevisiondata/copy-lookuptablerevisiondata.md): Copy the Lookup Table Revision Data from a source Revision to an optional target Revision: * If you omit a target `revisionId`, then the source Revision and its Data is duplicated. The new Revision is given the source Revision's name appended with "Copy" but is assigned a new unique id. * If you spe… - [Delete LookupTableRevisionData](https://docs.m3ter.com/api/lookuptablerevisiondata/delete-lookuptablerevisiondata.md): Delete the Lookup Table Revision Data for the given UUID. - [Delete LookupTableRevisionData entry](https://docs.m3ter.com/api/lookuptablerevisiondata/delete-lookuptablerevisiondata-entry.md): Delete a Lookup Table Revision Data entry by lookup key. - [Delete LookupTableRevisionData Job Response](https://docs.m3ter.com/api/lookuptablerevisiondata/delete-lookuptablerevisiondata-job-response.md): Delete the LookupTableRevisionData Job Response for given job id. - [Generate LookupTableRevisionData Upload URL](https://docs.m3ter.com/api/lookuptablerevisiondata/generate-lookuptablerevisiondata-upload-url.md): Generate a URL which can be used to upload a data file for creating or updating the Lookup Table Revision's data: - [Get LookupTableRevisionArchivedData URL](https://docs.m3ter.com/api/lookuptablerevisiondata/get-lookuptablerevisionarchiveddata-url.md): Get a URL which you can use to download the data for the specified archived Lookup Table Revision: * The `contentType` request parameter is required. * The returned URL is presigned - you can copy it into a browser and the data file is downloaded locally. * The upload URL is time limited - the `expi… - [Get LookupTableRevisionData](https://docs.m3ter.com/api/lookuptablerevisiondata/get-lookuptablerevisiondata.md): List Lookup Table Revision Data items for the given UUID. - [Get LookupTableRevisionData entry](https://docs.m3ter.com/api/lookuptablerevisiondata/get-lookuptablerevisiondata-entry.md): Retrieve a Lookup Table Revision Data item for the given lookup key. - [Get LookupTableRevisionData Job Response.](https://docs.m3ter.com/api/lookuptablerevisiondata/get-lookuptablerevisiondata-job-response.md): Get the Lookup Table Revision Data job Response for given job id. - [Lookup Table Revision Data Endpoints](https://docs.m3ter.com/api/lookuptablerevisiondata/introduction.md): Endpoints for creating/updating/deleting Data for specific Lookup Table Revisions. - [List LookupTableRevisionData Jobs](https://docs.m3ter.com/api/lookuptablerevisiondata/list-lookuptablerevisiondata-jobs.md): List the Lookup Table Revision Data job Responses for the given Lookup Table Revision. - [Trigger Download LookupTableRevisionData URL Job](https://docs.m3ter.com/api/lookuptablerevisiondata/trigger-download-lookuptablerevisiondata-url-job.md): Trigger an URL job to download the Lookup Table Revision Data. The URL download Data `jobId` is returned and you can then use the [List LookupTableRevisionData Jobs](https://www.m3ter.com/docs/api#tag/LookupTableRevisionData/operation/ListLookupTableRevisionDataJobs) endpoint or the [Get LookupTable… - [Upsert LookupTableRevisionData](https://docs.m3ter.com/api/lookuptablerevisiondata/upsert-lookuptablerevisiondata.md): Create/update the Lookup Table Revision Data for the given UUID. - [Upsert LookupTableRevisionData entry](https://docs.m3ter.com/api/lookuptablerevisiondata/upsert-lookuptablerevisiondata-entry.md): Create/update a Lookup Table Revision Data item by lookup key. - [Marketplace Integrations Endpoints](https://docs.m3ter.com/api/marketplace-integrations/introduction.md): Endpoints for retrieving reporting data on Marketplace Integration runs - [Retrieve reported usage](https://docs.m3ter.com/api/marketplace-integrations/retrieve-reported-usage.md): Retrieve a list of reported usage records that match the provided filters. - [Generate Upload URL](https://docs.m3ter.com/api/measurements/generate-upload-url.md): Generate a URL for uploading a file containing measurements to the platform in preparation for the measurements it contains to be ingested: - An upload URL is returned together with an upload job id: - You can then upload your data measurements file using a `PUT` request using the returned upload UR… - [Get Failed Ingest File Download URL](https://docs.m3ter.com/api/measurements/get-failed-ingest-file-download-url.md): Returns a presigned download URL for failed ingest file download based on the file path provided. - [Get File Upload Job Response](https://docs.m3ter.com/api/measurements/get-file-upload-job-response.md): Get the file upload job response using the UUID of the file upload job. - [Get Original File Download URL](https://docs.m3ter.com/api/measurements/get-original-file-download-url.md): Use the original file upload job id to obtain a download URL, which you can then use to retrieve the file you originally uploaded to the file upload service: - A download URL is returned together with a download job id. - You can then use a `GET` using the returned download URL as the endpoint to re… - [Measurement Endpoints](https://docs.m3ter.com/api/measurements/introduction.md): Endpoints for submitting usage data measurements to the m3ter platform. - [List File Upload Jobs](https://docs.m3ter.com/api/measurements/list-file-upload-jobs.md): Lists the File Upload jobs. Part of the File Upload service for measurements ingest: * You can use the `dateCreatedStart` and `dateCreatedEnd` optional Query parameters to define a date range to filter the File Uploads jobs returned for this call. * If `dateCreatedStart` and `dateCreatedEnd` Query p… - [Submit Measurements](https://docs.m3ter.com/api/measurements/submit-measurements.md): Submit a measurement or multiple measurements to the m3ter platform. The maximum size of the payload needs to be less than 512,000 bytes. - [Create Meter](https://docs.m3ter.com/api/meter/create-meter.md): Create a new Meter. - [Delete Meter](https://docs.m3ter.com/api/meter/delete-meter.md): Delete the Meter with the given UUID. - [Meter Endpoints](https://docs.m3ter.com/api/meter/introduction.md): Endpoints for listing, creating, updating, retrieving, or deleting Meters. - [List Meters](https://docs.m3ter.com/api/meter/list-meters.md): Retrieve a list of Meters that can be filtered by Product, Meter ID, or Meter short code. - [Retrieve Meter](https://docs.m3ter.com/api/meter/retrieve-meter.md): Retrieve the Meter with the given UUID. - [Update Meter](https://docs.m3ter.com/api/meter/update-meter.md): Update the Meter with the given UUID. - [Create MeterGroup](https://docs.m3ter.com/api/metergroup/create-metergroup.md): Create a new MeterGroup. - [Delete MeterGroup](https://docs.m3ter.com/api/metergroup/delete-metergroup.md): Delete a MeterGroup for the given UUID. - [Meter Group Endpoints](https://docs.m3ter.com/api/metergroup/introduction.md): Endpoints for creating/updating/deleting MeterGroups. - [List MeterGroups](https://docs.m3ter.com/api/metergroup/list-metergroups.md): Retrieve a list of MeterGroup entities - [Retrieve MeterGroup](https://docs.m3ter.com/api/metergroup/retrieve-metergroup.md): Retrieve a MeterGroup for the given UUID. - [Update MeterGroup](https://docs.m3ter.com/api/metergroup/update-metergroup.md): Update MeterGroup for the given UUID. - [Create Notification](https://docs.m3ter.com/api/notifications/create-notification.md): Create a new Notification for an Event. - [Delete Notification](https://docs.m3ter.com/api/notifications/delete-notification.md): Delete the Notification with the given UUID. - [Evaluate Calculation](https://docs.m3ter.com/api/notifications/evaluate-calculation.md): Evaluates a calculation against a specific Event or an Event type without triggering a Notification. This is useful for validating your calculation logic before adding it to a Notification. - [Notification Endpoints](https://docs.m3ter.com/api/notifications/introduction.md): This section provides endpoints for managing Event Notifications. - [List Notifications](https://docs.m3ter.com/api/notifications/list-notifications.md): Retrieve a list of Event Notifications for the specified Organization. - [Retrieve Notification](https://docs.m3ter.com/api/notifications/retrieve-notification.md): Retrieve the details of a specific Notification using its UUID. Includes the Event the Notification is based on, and any calculation referencing the Event's field and which defines further conditions that must be met to trigger the Notification when the Event occurs. - [Update Notification](https://docs.m3ter.com/api/notifications/update-notification.md): Update a Notification with the given UUID. - [Organization Config Endpoints](https://docs.m3ter.com/api/organizationconfig/introduction.md): Endpoints for retrieving or updating the Organization Config. - [Retrieve OrganizationConfig](https://docs.m3ter.com/api/organizationconfig/retrieve-organizationconfig.md): Retrieve the Organization-wide configuration details. - [Update OrganizationConfig](https://docs.m3ter.com/api/organizationconfig/update-organizationconfig.md): Update the Organization-wide configuration details. - [Organization User Endpooints](https://docs.m3ter.com/api/orgusers/introduction.md): This section contains the endpoints for managing users within an Organization (OrgUser) - [List OrgUsers](https://docs.m3ter.com/api/orgusers/list-orgusers.md): Retrieve a list of OrgUsers. - [Resend temporary password for user](https://docs.m3ter.com/api/orgusers/resend-temporary-password-for-user.md): Resend temporary password for user - [Retrieve OrgUser](https://docs.m3ter.com/api/orgusers/retrieve-orguser.md): Retrieve the OrgUser with the given UUID. - [Retrieve OrgUser Groups](https://docs.m3ter.com/api/orgusers/retrieve-orguser-groups.md): Retrieve a list of User Groups for an OrgUser. - [Retrieve OrgUser Permissions](https://docs.m3ter.com/api/orgusers/retrieve-orguser-permissions.md): Retrieve the permissions for the OrgUser with the given UUID. - [Update OrgUser](https://docs.m3ter.com/api/orgusers/update-orguser.md): Update the OrgUser with the given UUID. - [Pagination](https://docs.m3ter.com/api/pagination.md) - [Add a PermissionPolicy to a service user](https://docs.m3ter.com/api/permissionpolicy/add-a-permissionpolicy-to-a-service-user.md): Add a permission policy to a service user. - [Add a PermissionPolicy to a user](https://docs.m3ter.com/api/permissionpolicy/add-a-permissionpolicy-to-a-user.md): Add a permission policy to a user. - [Add a PermissionPolicy to a user group](https://docs.m3ter.com/api/permissionpolicy/add-a-permissionpolicy-to-a-user-group.md): Add a permission Policy to a user group - [Add a PermissionPolicy to support users for an organization](https://docs.m3ter.com/api/permissionpolicy/add-a-permissionpolicy-to-support-users-for-an-organization.md): Add a permission policy to support users for an organization. - [Create Permission Policy](https://docs.m3ter.com/api/permissionpolicy/create-permission-policy.md): Create a new Permission Policy - [Delete Permission Policy](https://docs.m3ter.com/api/permissionpolicy/delete-permission-policy.md): Delete the PermissionPolicy for the UUID - [Permission Policy Endpoints](https://docs.m3ter.com/api/permissionpolicy/introduction.md): Endpoints for Permission Policy related operations such as creation, update, add and retrieve. - [List PermissionPolicies](https://docs.m3ter.com/api/permissionpolicy/list-permissionpolicies.md): Retrieve a list of PermissionPolicy entities - [Remove a PermissionPolicy from a service user](https://docs.m3ter.com/api/permissionpolicy/remove-a-permissionpolicy-from-a-service-user.md): Remove a permission policy from a service user. - [Remove a PermissionPolicy from a user](https://docs.m3ter.com/api/permissionpolicy/remove-a-permissionpolicy-from-a-user.md): Remove a permission policy from a user. - [Remove a PermissionPolicy from a user group](https://docs.m3ter.com/api/permissionpolicy/remove-a-permissionpolicy-from-a-user-group.md): Remove a permission policy from a user group. - [Remove a PermissionPolicy from support users for an organization](https://docs.m3ter.com/api/permissionpolicy/remove-a-permissionpolicy-from-support-users-for-an-organization.md): Remove a permission policy from support users for an organization. - [Retrieve Permission Policy](https://docs.m3ter.com/api/permissionpolicy/retrieve-permission-policy.md): Retrieve the permission policy for the UUID - [Update Permission Policy](https://docs.m3ter.com/api/permissionpolicy/update-permission-policy.md): Update a Permission Policy for the UUID - [Create Plan](https://docs.m3ter.com/api/plan/create-plan.md): Create a new Plan. - [Delete Plan](https://docs.m3ter.com/api/plan/delete-plan.md): Delete the Plan with the given UUID. - [Plan Endpoints](https://docs.m3ter.com/api/plan/introduction.md): Endpoints for listing, creating, updating, retrieving, or deleting Plans. - [List Plans](https://docs.m3ter.com/api/plan/list-plans.md): Retrieve a list of Plans that can be filtered by Product, Account, or Plan ID. - [Retrieve Plan](https://docs.m3ter.com/api/plan/retrieve-plan.md): Retrieve the Plan with the given UUID. - [Update Plan](https://docs.m3ter.com/api/plan/update-plan.md): Update the Plan with the given UUID. - [Create PlanGroup](https://docs.m3ter.com/api/plangroup/create-plangroup.md): Create a new PlanGroup. This endpoint creates a new PlanGroup within the specified organization. - [Delete PlanGroup](https://docs.m3ter.com/api/plangroup/delete-plangroup.md): Delete a PlanGroup with the given UUID. - [Plan Group Endpoints](https://docs.m3ter.com/api/plangroup/introduction.md): Endpoints for PlanGroup related operations such as creation, update, retrieve, list and delete. - [List PlanGroups](https://docs.m3ter.com/api/plangroup/list-plangroups.md): Retrieve a list of PlanGroups. - [Retrieve PlanGroup](https://docs.m3ter.com/api/plangroup/retrieve-plangroup.md): Retrieve a specific PlanGroup with the given UUID. - [Update PlanGroup](https://docs.m3ter.com/api/plangroup/update-plangroup.md): Update the PlanGroup with the given UUID. - [Create PlanGroupLink](https://docs.m3ter.com/api/plangrouplink/create-plangrouplink.md): Create a new PlanGroupLink. - [Delete PlanGroupLink](https://docs.m3ter.com/api/plangrouplink/delete-plangrouplink.md): Delete a PlanGroupLink for the given UUID. - [Plan Group Link Endpoints](https://docs.m3ter.com/api/plangrouplink/introduction.md): Endpoints for PlanGroupLink related operations such as creation, update, list and delete. - [List PlanGroupLinks](https://docs.m3ter.com/api/plangrouplink/list-plangrouplinks.md): Retrieve a list of PlanGroupLink entities - [Retrieve PlanGroupLink](https://docs.m3ter.com/api/plangrouplink/retrieve-plangrouplink.md): Retrieve a PlanGroupLink for the given UUID. - [Update PlanGroupLink](https://docs.m3ter.com/api/plangrouplink/update-plangrouplink.md): Update PlanGroupLink for the given UUID. - [Create PlanTemplate](https://docs.m3ter.com/api/plantemplate/create-plantemplate.md): Create a new PlanTemplate. - [Delete PlanTemplate](https://docs.m3ter.com/api/plantemplate/delete-plantemplate.md): Delete a specific PlanTemplate. - [Plan Template Endpoints](https://docs.m3ter.com/api/plantemplate/introduction.md): Endpoints for listing, creating, updating, retrieving, or deleting PlanTemplates. - [List PlanTemplates](https://docs.m3ter.com/api/plantemplate/list-plantemplates.md): Retrieve a list of PlanTemplates. - [Retrieve PlanTemplate](https://docs.m3ter.com/api/plantemplate/retrieve-plantemplate.md): Retrieve a specific PlanTemplate. - [Update PlanTemplate](https://docs.m3ter.com/api/plantemplate/update-plantemplate.md): Update a specific PlanTemplate. - [Postman](https://docs.m3ter.com/api/postman.md) - [Create Pricing](https://docs.m3ter.com/api/pricing/create-pricing.md): Create a new Pricing. - [Delete Pricing](https://docs.m3ter.com/api/pricing/delete-pricing.md): Delete the Pricing with the given UUID. - [Pricing Endpoints](https://docs.m3ter.com/api/pricing/introduction.md): Endpoints for listing, creating, updating, retrieving, or deleting Pricing. - [List Pricings](https://docs.m3ter.com/api/pricing/list-pricings.md): Retrieve a list of Pricings filtered by date/time, Plan ID, PlanTemplate ID, or Pricing ID. - [Retrieve Pricing](https://docs.m3ter.com/api/pricing/retrieve-pricing.md): Retrieve the Pricing with the given UUID. - [Update Pricing](https://docs.m3ter.com/api/pricing/update-pricing.md): Update Pricing for the given UUID. - [Create Product](https://docs.m3ter.com/api/product/create-product.md): Create a new Product. - [Delete Product](https://docs.m3ter.com/api/product/delete-product.md): Delete a Product with the given UUID. - [Product Endpoints](https://docs.m3ter.com/api/product/introduction.md): Endpoints for listing, creating, updating, retrieving, or deleting Products. - [List Products](https://docs.m3ter.com/api/product/list-products.md): Retrieve a list of Products. - [Retrieve Product](https://docs.m3ter.com/api/product/retrieve-product.md): Retrieve a Product with the given UUID. - [Update Product](https://docs.m3ter.com/api/product/update-product.md): Update a Product with the given UUID. - [Rate and Payload Limits](https://docs.m3ter.com/api/rate-and-payload-limits.md) - [Add item](https://docs.m3ter.com/api/resourcegroup/add-item.md): Add an item to a ResourceGroup. - [Create ResourceGroup](https://docs.m3ter.com/api/resourcegroup/create-resourcegroup.md): Create a ResourceGroup for the UUID - [Delete ResourceGroup](https://docs.m3ter.com/api/resourcegroup/delete-resourcegroup.md): Delete a ResourceGroup for the UUID - [Resource Group Endpoints](https://docs.m3ter.com/api/resourcegroup/introduction.md): Endpoints for ResourceGroup related operations such as creation, update, list and delete. - [List ResourceGroup items](https://docs.m3ter.com/api/resourcegroup/list-resourcegroup-items.md): Retrieve a list of items for a ResourceGroup - [List ResourceGroup permission policies](https://docs.m3ter.com/api/resourcegroup/list-resourcegroup-permission-policies.md): Retrieve a list of permission policies for a ResourceGroup - [List ResourceGroups](https://docs.m3ter.com/api/resourcegroup/list-resourcegroups.md): Retrieve a list of ResourceGroup entities - [Remove item](https://docs.m3ter.com/api/resourcegroup/remove-item.md): Remove an item from a ResourceGroup. - [Retrieve ResourceGroup](https://docs.m3ter.com/api/resourcegroup/retrieve-resourcegroup.md): Retrieve the ResourceGroup for the UUID - [Update ResourceGroup](https://docs.m3ter.com/api/resourcegroup/update-resourcegroup.md): Update the ResourceGroup for the UUID - [Create ScheduledEventConfiguration](https://docs.m3ter.com/api/scheduledeventconfigurations/create-scheduledeventconfiguration.md): Create a new ScheduledEventConfiguration. - [Delete ScheduledEventConfiguration](https://docs.m3ter.com/api/scheduledeventconfigurations/delete-scheduledeventconfiguration.md): Delete the ScheduledEventConfiguration for the given UUID. - [Scheduled Event Configuration Endpoints](https://docs.m3ter.com/api/scheduledeventconfigurations/introduction.md): Endpoints for retrieving and managing scheduled Events' configurations. - [List ScheduledEventConfigurations](https://docs.m3ter.com/api/scheduledeventconfigurations/list-scheduledeventconfigurations.md): Retrieve a list of ScheduledEventConfiguration entities - [Retrieve ScheduledEventConfiguration](https://docs.m3ter.com/api/scheduledeventconfigurations/retrieve-scheduledeventconfiguration.md): Retrieve a ScheduledEventConfiguration for the given UUID. - [Update ScheduledEventConfiguration](https://docs.m3ter.com/api/scheduledeventconfigurations/update-scheduledeventconfiguration.md): Update a ScheduledEventConfiguration for the given UUID. - [Create StatementDefinition](https://docs.m3ter.com/api/statementdefinition/create-statementdefinition.md): Create a new StatementDefinition. - [Delete StatementDefinition](https://docs.m3ter.com/api/statementdefinition/delete-statementdefinition.md): Delete a StatementDefinition with the given UUID. - [Statement Definition Endpoints](https://docs.m3ter.com/api/statementdefinition/introduction.md): Endpoints for listing, creating, updating, retrieving, or deleting Statement Definitions. - [List StatementDefinitions](https://docs.m3ter.com/api/statementdefinition/list-statementdefinitions.md): Retrieve a list of StatementDefinitions. - [Retrieve StatementDefinition](https://docs.m3ter.com/api/statementdefinition/retrieve-statementdefinition.md): Retrieve a StatementDefinition with the given UUID. - [Update StatementDefinition](https://docs.m3ter.com/api/statementdefinition/update-statementdefinition.md): Update StatementDefinition for the given UUID. - [Cancel StatementJob](https://docs.m3ter.com/api/statementjob/cancel-statementjob.md): Cancel the StatementJob with the given UUID. - [Create Batch StatementJobs](https://docs.m3ter.com/api/statementjob/create-batch-statementjobs.md): Create a batch of StatementJobs for multiple bills. - [Create StatementJob](https://docs.m3ter.com/api/statementjob/create-statementjob.md): This endpoint creates a StatementJob for a single bill within an Organization using the Bill UUID. - [Get StatementJob](https://docs.m3ter.com/api/statementjob/get-statementjob.md): Retrieves the details of a specific StatementJob using its UUID. - [Statement Job Endpoints](https://docs.m3ter.com/api/statementjob/introduction.md): Endpoints for creating, retrieving, listing, and cancelling statement jobs. - [List Statement Jobs](https://docs.m3ter.com/api/statementjob/list-statement-jobs.md): Retrieve a list of StatementJobs. - [Submitting Personally Identifiable Information (PII)](https://docs.m3ter.com/api/submitting-pii.md) - [Support Endpoints](https://docs.m3ter.com/api/support/introduction.md): Endpoints for requesting support and managing m3ter Support users. - [Request Support](https://docs.m3ter.com/api/support/request-support.md): Use this call to make a request and grant m3ter Support access to your Organization for a specified timeframe and with specific permissions assigned to Support users. You might want to grant Support access when you've submitted a request for help in resolving an issue you've encountered in your Orga… - [Retrieve Support Details](https://docs.m3ter.com/api/support/retrieve-support-details.md): Get support user details on the specific permissions applied and the date and time support access ends. - [Retrieve Support Permissions](https://docs.m3ter.com/api/support/retrieve-support-permissions.md): Get permission policies assigned to support users when they access your Organization. - [Create TransactionType](https://docs.m3ter.com/api/transactiontype/create-transactiontype.md): Create a new TransactionType for the specified Organization. Details of the new TransactionType should be included in the request body. - [Delete TransactionType](https://docs.m3ter.com/api/transactiontype/delete-transactiontype.md): Deletes the TransactionType with the given UUID from the specified Organization. - [Transaction Type Endpoints](https://docs.m3ter.com/api/transactiontype/introduction.md): Endpoints for TransactionType operations such as creation, update, list, retrieve, and delete. - [List TransactionTypes](https://docs.m3ter.com/api/transactiontype/list-transactiontypes.md): Retrieves a list of TransactionType entities for the specified Organization. The list can be paginated for easier management, and supports filtering by various parameters. - [Retrieve TransactionType](https://docs.m3ter.com/api/transactiontype/retrieve-transactiontype.md): Retrieves the TransactionType with the given UUID from the specified Organization. - [Update TransactionType](https://docs.m3ter.com/api/transactiontype/update-transactiontype.md): Updates the TransactionType with the specified UUID for the specified Organization. Update details for the TransactionType should be included in the request body. - [User Endpoints](https://docs.m3ter.com/api/user/introduction.md): Endpoints for creating/updating Users - [Retrieve current user information](https://docs.m3ter.com/api/user/retrieve-current-user-information.md): Retrieve information about the current user - [Changelog](https://docs.m3ter.com/changelog.md): Stay updated with m3ter's changelog. Track new features, improvements & bug fixes in each version release for better user experience. - [Changelog 2022](https://docs.m3ter.com/changelog/changelog-2022.md): New features, functionality and updates for 2022. - [Changelog 2023](https://docs.m3ter.com/changelog/changelog-2023.md): New features, functionality and updates for 2023. - [Changelog 2024](https://docs.m3ter.com/changelog/changelog-2024.md): New features, functionality and updates for 2024. - [Exploring m3ter - Getting to Know the Platform](https://docs.m3ter.com/exploring-m3ter-getting-to-know-the-platform.md): Use our docs to get to know m3ter: simplify usage-based pricing, automate billing, sync with finance & boost innovation. Shorten cycles, prevent revenue loss. - [Entity Relationship Diagram](https://docs.m3ter.com/exploring-m3ter-getting-to-know-the-platform/entity-relationship-diagram.md) - [Getting Usage Data into m3ter](https://docs.m3ter.com/exploring-m3ter-getting-to-know-the-platform/getting-usage-data-into-m3ter-quick-reference-starter.md) - [Integrations for m3ter](https://docs.m3ter.com/exploring-m3ter-getting-to-know-the-platform/integrations.md) - [Key Concepts](https://docs.m3ter.com/exploring-m3ter-getting-to-know-the-platform/key-concepts.md) - [Sending your Data to m3ter](https://docs.m3ter.com/exploring-m3ter-getting-to-know-the-platform/sending-data-to-m3ter-quick-reference-starter.md) - [FAQs: Configuration and Setup - Best Practices](https://docs.m3ter.com/faqs/faqs-configuration-and-setup-best-practices.md): Answers to questions on configuration setup in m3ter. Learn when to use one Meter or two and how to structure Products for accurate accounting and billing. - [FAQs: Configuration, Rating and Billing](https://docs.m3ter.com/faqs/faqs-configuration-rating-and-billing.md): Gain insights on Commitments/Prepayments, billing methods, and more. Optimize pricing and manage accounts effectively. - [FAQs: General Questions](https://docs.m3ter.com/faqs/faqs-general-questions.md): Get expert answers about Usage-Based Pricing (UBP), m3ter's role, suitability for your business, and why not to build your own billing system. - [FAQs: Metering](https://docs.m3ter.com/faqs/faqs-metering.md): Review answers to key questions concerning usage data ingest into m3ter, such as how to handle data ingest issues and what happens when Account codes are changed. - [FAQs: Parent and Child Accounts](https://docs.m3ter.com/faqs/faqs-parent-and-child-accounts.md): If you are implementing Parent/Child Accounts in your Organization, key questions concerning billing when Child Accounts are deleted or removed. - [Glossary of Terms](https://docs.m3ter.com/glossary-of-terms.md) - [Alerts, Events, and Notifications](https://docs.m3ter.com/guides/alerts-events-and-notifications.md) - [Utilizing Events and Notifications](https://docs.m3ter.com/guides/alerts-events-and-notifications/utilizing-events-and-notifications.md) - [Creating, Managing, and Reviewing Notifications](https://docs.m3ter.com/guides/alerts-events-and-notifications/utilizing-events-and-notifications/creating-managing-and-reviewing-notifications.md) - [Example - Notification Setup for Commitment Updated Event](https://docs.m3ter.com/guides/alerts-events-and-notifications/utilizing-events-and-notifications/example-1-commitment-updated-event.md) - [Key Concepts and Relationships](https://docs.m3ter.com/guides/alerts-events-and-notifications/utilizing-events-and-notifications/key-concepts-and-relationships.md) - [Object Definitions and API Calls](https://docs.m3ter.com/guides/alerts-events-and-notifications/utilizing-events-and-notifications/object-definitions-and-api-calls.md) - [Working with Scheduled Events](https://docs.m3ter.com/guides/alerts-events-and-notifications/utilizing-events-and-notifications/working-with-scheduled-events.md) - [Viewing and Managing System Alerts](https://docs.m3ter.com/guides/alerts-events-and-notifications/viewing-and-managing-alerts.md) - [Authentication](https://docs.m3ter.com/guides/authenticating-with-the-platform.md): Discover m3ter's authentication options: Username/Password for Console access, m3ter SSO, and Bearer Token for API calls. - [m3ter Single Sign-On](https://docs.m3ter.com/guides/authenticating-with-the-platform/m3ter-single-sign-on.md) - [Service Authentication](https://docs.m3ter.com/guides/authenticating-with-the-platform/service-authentication.md) - [User/Password Authentication](https://docs.m3ter.com/guides/authenticating-with-the-platform/user-password-authentication.md) - [Billing and Usage Data](https://docs.m3ter.com/guides/billing-and-usage-data.md) - [Running, Viewing, and Managing Bills](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills.md) - [Adding Credit Line Items to Bills](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/adding-credit-line-items-to-bills.md) - [Adding Debit Line Items to Bills](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/adding-debit-line-items-to-bills.md) - [Approving and Locking Bills - Managing Bill Lifecycle](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/approving-and-locking-bills-managing-bill-lifecycle.md) - [Bill Line Item Types](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/bill-line-item-types.md) - [Bill Line Items - Default Descriptions](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/bill-line-items-default-descriptions.md) - [Bill Line Items - Mapping to Accounting Products](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/bill-line-items-mapping-accounting-products.md) - [Working with Bills in Bill Management](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/managing-bills.md) - [Running Bills and Viewing Bill Details](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/running-bills-and-viewing-bill-details.md) - [Scheduling Billing](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/scheduling-billing.md) - [Troubleshooting Bills](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/troubleshooting-bills.md) - [Viewing Bill History](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/viewing-bill-history.md) - [Working with Bill Statements](https://docs.m3ter.com/guides/billing-and-usage-data/running-viewing-and-managing-bills/working-with-bill-statements.md) - [Submitting Usage Data](https://docs.m3ter.com/guides/billing-and-usage-data/submitting-usage-data.md) - [API Calls for Data Ingest](https://docs.m3ter.com/guides/billing-and-usage-data/submitting-usage-data/api-calls-for-data-ingest.md) - [File Upload Service API](https://docs.m3ter.com/guides/billing-and-usage-data/submitting-usage-data/file-upload-service-api.md) - [File Uploads for Usage Data by Meter](https://docs.m3ter.com/guides/billing-and-usage-data/submitting-usage-data/file-uploads-for-usage-data-by-meter.md) - [Reviewing and Resolving Ingest Events](https://docs.m3ter.com/guides/billing-and-usage-data/submitting-usage-data/reviewing-and-resolving-ingest-events.md) - [Submitting and Checking Test Usage Data](https://docs.m3ter.com/guides/billing-and-usage-data/submitting-usage-data/submitting-test-usage-data.md) - [Submitting Usage Data Adjustments Using Timestamp](https://docs.m3ter.com/guides/billing-and-usage-data/submitting-usage-data/submitting-usage-data-adjustments-using-timestamp.md) - [Submitting Usage Data for Non-Existent Accounts](https://docs.m3ter.com/guides/billing-and-usage-data/submitting-usage-data/submitting-usage-data-for-non-existent-accounts.md) - [Creating, Managing, and Reviewing Products](https://docs.m3ter.com/guides/creating-and-managing-products.md) - [Working with Custom Fields](https://docs.m3ter.com/guides/creating-and-managing-products/working-with-custom-fields.md) - [Data Explorers](https://docs.m3ter.com/guides/data-explorer.md) - [Data Explorers: Exporting Query Results](https://docs.m3ter.com/guides/data-explorer/exporting-usage-query-results.md) - [Billing Data Explorer](https://docs.m3ter.com/guides/data-explorer/performing-billing-queries-and-reviewing-results.md) - [Prepayments Data Explorer](https://docs.m3ter.com/guides/data-explorer/performing-commitments-queries-and-reviewing-results.md) - [Usage Data Explorer](https://docs.m3ter.com/guides/data-explorer/performing-usage-queries-and-reviewing-results.md) - [Data Explorers: Saving, Updating, and Re-Using Queries](https://docs.m3ter.com/guides/data-explorer/saving-queries.md) - [Usage Data Explorer (v2)](https://docs.m3ter.com/guides/data-explorer/usage-data-explorer-v2.md) - [Data Exports (Preview)](https://docs.m3ter.com/guides/data-exports.md) - [Creating and Managing Export Destinations](https://docs.m3ter.com/guides/data-exports/creating-data-export-destinations.md) - [Creating Usage Data Export Schedules](https://docs.m3ter.com/guides/data-exports/creating-export-schedules.md) - [Creating Legacy Usage Data Export Schedules](https://docs.m3ter.com/guides/data-exports/creating-export-schedules/creating-legacy-usage-export-schedules.md) - [Creating Operational Data Export Schedules](https://docs.m3ter.com/guides/data-exports/creating-operational-data-export-schedules.md) - [Data Export - Entity Schema and Relationship Diagram](https://docs.m3ter.com/guides/data-exports/data-export-object-relationship-diagram.md) - [Downloading Data Export Files Locally](https://docs.m3ter.com/guides/data-exports/downloading-data-export-files-locally.md) - [Reviewing and Managing Export Schedules](https://docs.m3ter.com/guides/data-exports/reviewing-and-managing-export-schedules.md) - [Reviewing Export Jobs](https://docs.m3ter.com/guides/data-exports/reviewing-export-jobs.md) - [Running Ad-Hoc Usage Data Exports](https://docs.m3ter.com/guides/data-exports/running-ad-hoc-data-exports.md) - [Running Ad-Hoc Legacy Usage Data Exports](https://docs.m3ter.com/guides/data-exports/running-ad-hoc-data-exports/running-ad-hoc-legacy-data-exports.md) - [Running Ad-Hoc Operational Data Exports](https://docs.m3ter.com/guides/data-exports/running-ad-hoc-operational-data-exports.md) - [Developer Tools](https://docs.m3ter.com/guides/developer-tools.md) - [End-Customer Accounts](https://docs.m3ter.com/guides/end-customer-accounts.md) - [Attaching Plan Groups to an Account](https://docs.m3ter.com/guides/end-customer-accounts/attaching-plan-groups-to-an-account.md) - [Attaching Plans to an Account](https://docs.m3ter.com/guides/end-customer-accounts/attaching-plans-to-an-account.md) - [Creating and Managing Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-an-account.md) - [Creating and Managing External Mappings for Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-and-managing-external-mappings-for-accounts.md) - [Working with Parent/Child Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-and-working-with-child-accounts.md) - [Billing Hierarchy Modes for Parent/Child Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-and-working-with-child-accounts/billing-for-parent-child-accounts.md) - [Working with Balances for Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-balances-for-accounts.md) - [Grants](https://docs.m3ter.com/guides/end-customer-accounts/creating-balances-for-accounts/balance-grants.md) - [Creating and Managing Account Balances](https://docs.m3ter.com/guides/end-customer-accounts/creating-balances-for-accounts/creating-and-managing-account-balances.md) - [Creating and Managing Transactions for Balances](https://docs.m3ter.com/guides/end-customer-accounts/creating-balances-for-accounts/creating-and-managing-transactions-for-balances.md) - [Creating Charges for Balances](https://docs.m3ter.com/guides/end-customer-accounts/creating-balances-for-accounts/creating-charges-for-balances.md) - [Running and Viewing Bills for Balance Charges](https://docs.m3ter.com/guides/end-customer-accounts/creating-balances-for-accounts/runnning-viewing-bill-for-balance-charges.md) - [Setting Up Charge Schedules for Balances](https://docs.m3ter.com/guides/end-customer-accounts/creating-balances-for-accounts/setting-charge-schedules-for-balances.md) - [Setting Up Transaction Schedules for Balances](https://docs.m3ter.com/guides/end-customer-accounts/creating-balances-for-accounts/setting-transaction-schedules-for-balances.md) - [Understanding and Managing Billing for Balances](https://docs.m3ter.com/guides/end-customer-accounts/creating-balances-for-accounts/understanding-billing-for-balances.md) - [Creating Charges for Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-charges-for-accounts.md) - [Working with Contracts for Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-contracts-for-accounts.md) - [Creating and Managing Contracts](https://docs.m3ter.com/guides/end-customer-accounts/creating-contracts-for-accounts/creating-and-managing-contracts.md) - [Reviewing Organization Contracts](https://docs.m3ter.com/guides/end-customer-accounts/creating-contracts-for-accounts/reviewing-organization-contracts.md) - [Setting Up Contract Billing](https://docs.m3ter.com/guides/end-customer-accounts/creating-contracts-for-accounts/setting-up-contract-billing.md) - [Creating Counter Adjustments for Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-counter-adjustments-for-accounts.md) - [Creating Custom Plans for Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-custom-account-plans.md) - [Creating Custom Plan Groups for Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-custom-plan-groups-for-accounts.md) - [Creating Prepayments for Accounts](https://docs.m3ter.com/guides/end-customer-accounts/creating-prepayments-for-accounts.md) - [End Dating Account Billing Entities](https://docs.m3ter.com/guides/end-customer-accounts/end-dating-account-billing-entities.md) - [Managing Accounts - Best Practices](https://docs.m3ter.com/guides/end-customer-accounts/managing-accounts-best-practices.md) - [Reviewing and Recalculating Bills for an Account](https://docs.m3ter.com/guides/end-customer-accounts/reviewing-bills-for-an-account.md) - [Submitting Usage Data for an Account](https://docs.m3ter.com/guides/end-customer-accounts/submitting-usage-data-for-an-account.md) - [Working in Account Overview](https://docs.m3ter.com/guides/end-customer-accounts/working-in-account-overview.md) - [Getting Started](https://docs.m3ter.com/guides/getting-started.md) - [Contacting m3ter Support](https://docs.m3ter.com/guides/getting-started/contacting-m3ter-support.md) - [Feature Release Stages](https://docs.m3ter.com/guides/getting-started/feature-release-stages.md) - [Knowledge Index](https://docs.m3ter.com/guides/getting-started/knowledge-index.md) - [Worked Examples](https://docs.m3ter.com/guides/getting-started/metering-for-production-worked-examples.md): Discover m3ter's usage-based pricing examples: for simple cloud storage, allowing for sign-up bonuses, and usage segmentation. - [Example 2: Compound Aggregation for Sign-Up Bonus](https://docs.m3ter.com/guides/getting-started/metering-for-production-worked-examples/example-2-compound-aggregation-for-sign-up-bonus.md): Follow a worked example using a Compound Aggregation for pricing. - [Example 3: Segmented Aggregation on Single Meter Usage](https://docs.m3ter.com/guides/getting-started/metering-for-production-worked-examples/example-3-segmented-aggregation-on-single-meter-usage.md): Detailed example using a segmented Aggregation for pricing. - [Example 1: Cloud Storage and File Cleanup](https://docs.m3ter.com/guides/getting-started/metering-for-production-worked-examples/worked-example-1-cloud-storage-and-file-cleanup.md): Follow a detailed example with step-by-step instructions on how to set up the pricing metrics, submit test data, generate bills, and verify billing amounts against usage. - [Configuration Workflow](https://docs.m3ter.com/guides/getting-started/previewing-main-configuration-steps.md) - [Quick Start](https://docs.m3ter.com/guides/getting-started/quick-start-worked-example.md) - [m3ter Console](https://docs.m3ter.com/guides/getting-started/working-in-the-m3ter-console.md) - [Dates in m3ter - Quick Reference Starter](https://docs.m3ter.com/guides/getting-started/working-with-dates-in-m3ter-easy-reference.md) - [Integrations](https://docs.m3ter.com/guides/integrations.md) - [m3ter Integrations - Overview](https://docs.m3ter.com/guides/integrations/m3ter-integrations.md) - [Setting Up and Managing Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations.md) - [AWS Marketplace Integrations - Reconciliation Features](https://docs.m3ter.com/guides/integrations/setting-up-integrations/aws-marketplace-integrations-reconciliation-features.md) - [Azure Marketplace Integrations - Reconciliation Features](https://docs.m3ter.com/guides/integrations/setting-up-integrations/azure-marketplace-integrations-reconciliation-features.md) - [Configuring AWS Marketplace Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/configuring-aws-integrations.md) - [Configuring Azure Marketplace Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/configuring-azure-marketplace-integrations.md) - [Configuring Chargebee Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/configuring-chargebee-integrations.md) - [Configuring NetSuite Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/configuring-netsuite-integrations.md) - [Configuring Paddle Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/configuring-paddle-integrations.md) - [Configuring QuickBooks Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/configuring-quickbooks-integrations.md) - [Configuring Salesforce Entity Data Sync Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/configuring-sf-entity-data-integrations.md) - [Configuring Stripe Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/configuring-stripe-integrations.md) - [Configuring Xero Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/configuring-xero-integrations.md) - [Creating and Managing Outgoing Webhooks](https://docs.m3ter.com/guides/integrations/setting-up-integrations/creating-and-managing-destinations.md) - [Creating and Managing External Mappings](https://docs.m3ter.com/guides/integrations/setting-up-integrations/creating-and-managing-external-mappings.md) - [Creating and Managing Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/creating-and-managing-integration-configurations.md) - [Creating and Managing Integration Credentials](https://docs.m3ter.com/guides/integrations/setting-up-integrations/managing-integration-credentials.md) - [Managing Multiple Third Party Destinations for Integrations](https://docs.m3ter.com/guides/integrations/setting-up-integrations/managing-multiple-destinations-for-integrations.md) - [Reviewing and Resolving Integration Events](https://docs.m3ter.com/guides/integrations/setting-up-integrations/reviewing-and-resolving-integration-events.md) - [Reviewing Integration Run Details](https://docs.m3ter.com/guides/integrations/setting-up-integrations/reviewing-integration-run-details.md) - [Lookup Tables (Beta)](https://docs.m3ter.com/guides/lookup-tables.md) - [Adding Data to, Publishing, and Managing Lookup Table Revisions](https://docs.m3ter.com/guides/lookup-tables/adding-data-to-and-publishing-table-revisions.md) - [Creating and Managing Lookup Tables](https://docs.m3ter.com/guides/lookup-tables/creating-and-managing-lookup-tables.md) - [Lookup Functions](https://docs.m3ter.com/guides/lookup-tables/lookup-functions.md) - [Worked Example - Variable Usage Discounting](https://docs.m3ter.com/guides/lookup-tables/worked-example-variable-usage-discounting.md) - [m3sh](https://docs.m3ter.com/guides/m3sh-automation.md) - [Exploring m3sh Workflows](https://docs.m3ter.com/guides/m3sh-automation/exploring-m3sh-workflows.md) - [Reviewing m3sh Workflow Runs](https://docs.m3ter.com/guides/m3sh-automation/reviewing-m3sh-workflow-runs.md) - [m3ter APIs](https://docs.m3ter.com/guides/m3ter-apis.md) - [Config API Limits](https://docs.m3ter.com/guides/m3ter-apis/config-api-limits.md) - [Getting Started with API Calls](https://docs.m3ter.com/guides/m3ter-apis/getting-started-with-api-calls.md) - [HTTP Error Codes](https://docs.m3ter.com/guides/m3ter-apis/http-error-codes.md) - [Ingest API Limits and Optimizing Measurement Submissions](https://docs.m3ter.com/guides/m3ter-apis/ingest-api-limits.md) - [WAF Rules for HTTP Requests](https://docs.m3ter.com/guides/m3ter-apis/waf-rules-for-http-requests.md) - [m3ter Calculation Engine](https://docs.m3ter.com/guides/m3ter-calculation-engine.md) - [m3ter Connector for Salesforce](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce.md) - [Checking Sync Logs and Troubleshooting](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/checking-sync-logs-and-troubleshooting.md) - [Configuring the m3ter Connector for Salesforce](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/configuring-m3ter-salesforce-connector.md) - [Creating Custom Metadata Mappings](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/creating-metadata-mappings.md) - [Enabling Two-Way Automated Sync for m3ter Objects](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/enabling-two-way-automated-sync-for-m3ter-objects.md) - [m3ter Connector for Salesforce - Changelog](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/m3ter-connector-for-salesforce-changelog.md) - [m3ter Connector - Sample Mappings](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/m3ter-connector-sample-mappings.md) - [Sample Mappings 1 - Account](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/m3ter-connector-sample-mappings/sample-mapping-1-account.md) - [Sample Mappings 2 - Commitment](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/m3ter-connector-sample-mappings/sample-mappings-2-commitment.md) - [Sample Mappings 3 - Contract](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/m3ter-connector-sample-mappings/sample-mappings-3-contract.md) - [Sample Mappings 4 - AccountPlan](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/m3ter-connector-sample-mappings/sample-mappings-4-accountplan.md) - [Sample Mappings 5 - Plan](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/m3ter-connector-sample-mappings/sample-mappings-5-plan.md) - [Sample Mappings 6 - Pricing](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/m3ter-connector-sample-mappings/sample-mappings-6-pricing.md) - [Sample Mappings 7 - Pricing Bands](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/m3ter-connector-sample-mappings/sample-mappings-7-pricing-bands.md) - [Mapping Custom Fields on m3ter Entities](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/mapping-custom-fields-on-m3ter-entities.md) - [Mapping Segment Attributes for Pricing](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/mapping-segment-attributes-for-pricing.md) - [Overview - Functional Scope and Limitations](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/overview-functional-scope-and-limitations.md) - [Reviewing and Managing Metadata Mappings](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/reviewing-and-managing-metadata-mappings.md) - [Setting Up and Using Sync to m3ter Invocable Action](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/setting-up-invocable-action-for-event-driven-sync.md) - [Setting Up m3sh Webhook Triggers](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/setting-up-m3sh-webhook-triggers.md) - [Setting Up Sync for End Dating m3ter Account Billing Entities](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/setting-up-sync-for-end-dating-m3ter-account-billing-entities.md) - [Testing Sync Setup from Salesforce to m3ter](https://docs.m3ter.com/guides/m3ter-connector-for-salesforce/testing-sync-setup-from-salesforce-to-m3ter.md) - [Organization and Access Management](https://docs.m3ter.com/guides/organization-and-access-management.md) - [Understanding, Creating, and Managing Permission Policies](https://docs.m3ter.com/guides/organization-and-access-management/creating-and-managing-permissions.md) - [Managing Access and Users](https://docs.m3ter.com/guides/organization-and-access-management/managing-users.md) - [Creating and Configuring Service Users](https://docs.m3ter.com/guides/organization-and-access-management/managing-users/creating-and-configuring-service-users.md) - [Creating and Managing User Groups](https://docs.m3ter.com/guides/organization-and-access-management/managing-users/creating-and-managing-user-groups.md) - [Granting m3ter Support Access to Organization](https://docs.m3ter.com/guides/organization-and-access-management/managing-users/granting-m3ter-support-access-to-organization.md) - [Inviting Users to Organization](https://docs.m3ter.com/guides/organization-and-access-management/managing-users/inviting-users-to-organization.md) - [Managing Users and Assigning Permission Policies](https://docs.m3ter.com/guides/organization-and-access-management/managing-users/managing-users-and-assigning-permission-policies.md) - [Tracking User Activity in Organization](https://docs.m3ter.com/guides/organization-and-access-management/managing-users/tracking-user-activity-in-organization.md) - [Viewing and Managing Permission Policies](https://docs.m3ter.com/guides/organization-and-access-management/managing-users/viewing-and-managing-permission-policies.md) - [Managing your Organization](https://docs.m3ter.com/guides/organization-and-access-management/viewing-and-editing-organization.md) - [Adding and Editing Custom Fields](https://docs.m3ter.com/guides/organization-and-access-management/viewing-and-editing-organization/adding-and-editing-custom-fields.md) - [Creating and Managing Currencies](https://docs.m3ter.com/guides/organization-and-access-management/viewing-and-editing-organization/creating-and-managing-currencies.md) - [Creating Credit Reasons](https://docs.m3ter.com/guides/organization-and-access-management/viewing-and-editing-organization/creating-credit-reasons.md) - [Creating Debit Reasons](https://docs.m3ter.com/guides/organization-and-access-management/viewing-and-editing-organization/creating-debit-reasons.md) - [Creating Transaction Types](https://docs.m3ter.com/guides/organization-and-access-management/viewing-and-editing-organization/creating-transaction-types.md) - [Timezone Settings - Notes and Recommendations](https://docs.m3ter.com/guides/organization-and-access-management/viewing-and-editing-organization/timezone-settings-notes-and-recommendations.md) - [Viewing and Editing Organization Configuration](https://docs.m3ter.com/guides/organization-and-access-management/viewing-and-editing-organization/viewing-and-editing-organization-configuration.md) - [Plans and Pricing](https://docs.m3ter.com/guides/plans-and-pricing.md): Learn how to create customized pricing plans for your products or services with m3ter. - [Pricing and Managing Plans and Plan Templates](https://docs.m3ter.com/guides/plans-and-pricing/pricing-plans.md): Discover how to work in the Pricing Editor to add Plans or Plan Templates, link Aggregations or Counters, and configure pricing. - [Duplicating Priced Plans and Plan Templates](https://docs.m3ter.com/guides/plans-and-pricing/pricing-plans/duplicating-priced-plans-or-plan-templates.md) - [Managing and Editing Priced Plans and Plan Templates](https://docs.m3ter.com/guides/plans-and-pricing/pricing-plans/managing-and-editing-priced-plans-or-plan-templates.md) - [Pricing Plans and Plan Templates](https://docs.m3ter.com/guides/plans-and-pricing/pricing-plans/pricing-plans.md) - [Pricing Plans Using Segmented Aggregations](https://docs.m3ter.com/guides/plans-and-pricing/pricing-plans/pricing-plans-using-segmented-aggregations.md) - [Reviewing Pricing Options for Plans and Plan Templates](https://docs.m3ter.com/guides/plans-and-pricing/pricing-plans/reviewing-pricing-options-and-pricing-plans.md) - [Creating and Working with Plan Templates, Plans, and Plan Groups](https://docs.m3ter.com/guides/plans-and-pricing/working-with-plan-templates-and-plans.md): Learn how to define default settings for billing operations and set up consistent pricing structures for your products or services. - [Creating Plan Templates](https://docs.m3ter.com/guides/plans-and-pricing/working-with-plan-templates-and-plans/creating-plan-templates.md) - [Creating Plans](https://docs.m3ter.com/guides/plans-and-pricing/working-with-plan-templates-and-plans/creating-plans.md) - [Editing and Deleting Plan Templates and Plans](https://docs.m3ter.com/guides/plans-and-pricing/working-with-plan-templates-and-plans/editing-plan-templates-and-plans.md) - [Reviewing Options for Plans and Plan Templates](https://docs.m3ter.com/guides/plans-and-pricing/working-with-plan-templates-and-plans/reviewing-configuration-options-for-plans-and-plan-templates.md) - [Understanding Billing Options for Plan Templates/Plans](https://docs.m3ter.com/guides/plans-and-pricing/working-with-plan-templates-and-plans/understanding-billing-options-for-plan-templates-plans.md) - [Working in Plan Template and Plan Details](https://docs.m3ter.com/guides/plans-and-pricing/working-with-plan-templates-and-plans/working-in-plan-details.md) - [Working with Plan Groups](https://docs.m3ter.com/guides/plans-and-pricing/working-with-plan-templates-and-plans/working-with-plan-groups.md) - [Recurring Charges: Counters](https://docs.m3ter.com/guides/recurring-charges-counters.md): Learn how to set up Counters in m3ter for recurring charges and subscription-based product pricing. Using Counters, follow a seat-based pricing example and a hybrid pricing example. - [Understanding and Creating Counter Adjustments for Accounts](https://docs.m3ter.com/guides/recurring-charges-counters/creating-counter-adjustments-for-accounts.md) - [Creating Counters and Pricing Plans](https://docs.m3ter.com/guides/recurring-charges-counters/creating-counters.md) - [Recurring Charges Billing: Hybrid Pricing](https://docs.m3ter.com/guides/recurring-charges-counters/recurring-charges-example-2-hybrid-pricing.md) - [Recurring Charges Billing: Seat-Based Pricing](https://docs.m3ter.com/guides/recurring-charges-counters/reviewing-bills-for-recurring-charges.md) - [Pricing Metrics: Aggregations](https://docs.m3ter.com/guides/usage-data-aggregations.md): Discover how to implement usage-based pricing and billing for your products by defining Aggregations of usage data to use as pricing metrics. - [Working with Compound Aggregation Calculations](https://docs.m3ter.com/guides/usage-data-aggregations/compound-aggregation-calculations.md) - [Compound Aggregations](https://docs.m3ter.com/guides/usage-data-aggregations/compound-aggregations.md) - [Compound Aggregations - Examples](https://docs.m3ter.com/guides/usage-data-aggregations/compound-aggregations-examples.md) - [Creating Product Aggregations](https://docs.m3ter.com/guides/usage-data-aggregations/creating-aggregations.md) - [Creating Global Aggregations](https://docs.m3ter.com/guides/usage-data-aggregations/creating-global-aggregations.md) - [Custom SQL Aggregations](https://docs.m3ter.com/guides/usage-data-aggregations/custom-sql-aggregations.md) - [Reviewing Aggregation Details](https://docs.m3ter.com/guides/usage-data-aggregations/reviewing-aggregation-details.md) - [Reviewing Aggregation Options](https://docs.m3ter.com/guides/usage-data-aggregations/reviewing-aggregation-options.md) - [Segmented Aggregations](https://docs.m3ter.com/guides/usage-data-aggregations/segmented-aggregations.md) - [Usage Data: Meters](https://docs.m3ter.com/guides/usage-data-meters.md): Discover how to create, configure, and manage Meters for your Organization. - [Creating Global Meters](https://docs.m3ter.com/guides/usage-data-meters/creating-global-meters.md) - [Creating Product Meters](https://docs.m3ter.com/guides/usage-data-meters/creating-meters.md) - [Working with Meter Derived Fields and Examples](https://docs.m3ter.com/guides/usage-data-meters/derived-fields-for-meters-examples-and-supported-syntax.md) - [Reviewing Meter Options](https://docs.m3ter.com/guides/usage-data-meters/reviewing-meter-options.md) - [Working in Meter Details](https://docs.m3ter.com/guides/usage-data-meters/working-in-meter-details.md) - [Documentation](https://docs.m3ter.com/index.md) ## OpenAPI Specs - [openapi](https://docs.m3ter.com/openapi.json)