How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

M3ter Bill API

Endpoints for billing operations such as creating, updating, listing,downloading, and deleting Bills.Bills are generated for an Account, and are calculated in accordance with the usage-based pricing Plans applied for the Products the Account consumes. These endpoints enable interaction with the billing system, allowing you to obtain billing details and insights into the consumption patterns and charges of your end-customer Accounts.

M3ter Bill API is one of 58 APIs that M3ter publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Bill. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and a getting-started guide.

This API exposes 19 operations across 17 paths, and defines 22 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://api.m3ter.com.

19 operations 17 paths 22 schemas 1 DELETE11 GET5 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://api.m3ter.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

M3ter Bill API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials and authorizationCode flows, exposing 6 scopes. By default, every request must be authenticated.

  • OAuth2 — m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow. The authorizationCode flow controls access for human users via the m3…

Paths & Operations 19

Across 17 paths, the API surfaces 19 operations — 1 DELETE, 11 GET, 5 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Bill 19

Endpoints for billing operations such as creating, updating, listing,downloading, and deleting Bills. Bills are generated for an Account, and are calculated in accordance with the…

GET
/organizations/{orgId}/bills/latest/{accountId}
Retrieve latest Bill
GetLatestBill 3 params → 2004XX5XX
GET
/organizations/{orgId}/bills/{id}
Retrieve Bill
GetBill 3 params → 2004XX5XX
DELETE
/organizations/{orgId}/bills/{id}
Delete Bill
DeleteBill 2 params → 2004XX5XX
GET
/organizations/{orgId}/bills
List Bills
ListBills 17 params → 2004XX5XX
PUT
/organizations/{orgId}/bills/{id}/status
Update Bill Status
UpdateBillStatus 2 params body → 2004XX5XX
GET
/organizations/{orgId}/bills/{id}/statement/json
Retrieve Bill Statement in JSON Format
GetBillJsonStatement 2 params → 2004XX5XX
GET
/organizations/{orgId}/bills/{billId}/lineitems
List Line Items
ListBillLineItems 5 params → 2004XX5XX
GET
/organizations/{orgId}/bills/accountid/{accountId}
Retrieve Bills for an Account ID
GetAllBillsForAccount 5 params → 2004XX5XX
GET
/organizations/{orgId}/bills/{billId}/lineitems/{id}
Retrieve Line Item
GetBillLineItem 4 params → 2004XX5XX
PUT
/organizations/{orgId}/bills/{id}/lock
Lock Bill
LockBill 2 params → 2004XX5XX
POST
/organizations/{orgId}/bills/billingperiod/{lastDateInBillingPeriod}/{billingFrequency}/approve
Approve Bills in Billing Period
ApproveAllBillsInBillingPeriod 3 params → 2004XX5XX
GET
/organizations/{orgId}/bills/{id}/statement/csv
Retrieve Bill Statement in CSV Format
GetBillCsvStatement 2 params → 2004XX5XX
POST
/organizations/{orgId}/bills/{id}/statement/csv
Create Bill Statement in CSV Format
CreateBillCsvStatement 2 params → 2004XX5XX
POST
/organizations/{orgId}/bills/preview
Preview Bill
PreviewBill 2 params body → 2004XX5XX
GET
/organizations/{orgId}/bills/{billId}/lineitems/{id}/usage/jsondeprecated
Retrieve Line Item Usage in JSON Format
GetBillLineItemJsonUsage 3 params → 2004XX5XX
POST
/organizations/{orgId}/bills/approve
Approve Bills
ApproveBills 4 params body → 2004XX5XX
GET
/organizations/{orgId}/bills/billingperiod/{lastDateInBillingPeriod}/{billingFrequency}
Retrieve Bills in Billing Period
GetAllBillsInBillingPeriod 6 params → 2004XX5XX
POST
/organizations/{orgId}/bills/download/csv/url
Download Bills URL
DownloadBillsCsvUrl 1 param body → 2004XX5XX
GET
/organizations/{orgId}/bills/search
Search Bills
SearchBills 7 params → 2004XX5XX

Schemas 22

The contract defines 22 schemas that model the data the API accepts and returns. The most detailed are BillLineItem (41 properties), BillResponse (17 properties), BillLineItemPricingBandUsage (10 properties), DownloadCsvRequest (5 properties). Each schema is shown below with its type and property counts.

CurrencyConversion
object
An array of currency conversion rates from Bill currency to Organization currency. For example, if Account is billed in GBP and Organization is set to USD, Bil…
3 properties 2 required
BillLineItemResponse
object
AbstractBillLineItemResponse
object
BillResponse
object
17 properties
BillJobBillingFrequency
string
Defines how often Bills are generated. - Daily. Starting at midnight each day, covering a twenty-four hour period following. - Weekly. Starting at midnight on…
AbstractRequest
object
1 property
ObjectUrlResponse
object
1 property
UpdateBillStatusRequest
object
1 property 1 required
AbstractBillResponse
object
ExternalSystem
string
(Optional). Specifies the format of the Bills data given: - STANDARD A wider range of data columns is given. - XERO A more limited range of data columns is giv…
BillStatus
string
Indicates whether the Bill has passed human/manual approval. Pending - Bill has not yet been passed by a human reviewer. Approved - Bill has been approved afte…
ApproveBillsRequest
object
1 property 1 required
LineItemType
string
See [Bill Line Item Types](https://www.m3ter.com/docs/guides/running-viewing-and-managing-bills/bill-line-item-types) for more information.
BillLineItemPricingBandUsage
object
Array containing the pricing band information, which shows the details for each pricing band or tier.
10 properties
BillJobRequest
object
BillingFrequency
string
Defines how often Bills are generated. Daily. Starting at midnight each day, covering a twenty-four hour period following. Weekly. Starting at midnight on a Mo…
AbstractResponse
object
2 properties 1 required
PaginatedBillLineItemResponseData
object
2 properties
PaginatedBillResponseData
object
2 properties
BillLineItem
object
41 properties 10 required
DownloadCsvRequest
object
5 properties
BillApprovalResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

m3ter-bill-api-openapi.yml Raw ↑

Other APIs M3ter publishes across the network.

M3ter Account API
M3ter AccountPlan API
M3ter Aggregation API
M3ter Auth API
M3ter BalanceChargeSchedule API
M3ter Balances API
M3ter BalanceTransactionSchedule API
M3ter BillConfig API
M3ter BillGroupingKey API
M3ter BillJob API
M3ter Charge API
M3ter Commitments API
Where this information came from

This is an independent, third-party profile of M3ter Bill API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.