Skip to main content
GET
/
organizations
/
{orgId}
/
dataexplorer
/
bills
/
products
Get product values for querying bill line items.
curl --request GET \
  --url https://api.m3ter.com/organizations/{orgId}/dataexplorer/bills/products \
  --header 'Authorization: Bearer <token>'
{
  "productNames": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

m3ter supports machine to machine authentication using the clientCredentials OAuth2 flow.

The authorizationCode flow controls access for human users via the m3ter Console application.

Path Parameters

orgId
string
required

UUID of the organization.

Query Parameters

limit
integer<int32>

Limit the number of items returned.

Required range: 1 <= x <= 2000

Response

Returns a list of products.

Response containing product names used for filtering bill queries.

productNames
string[]

A list of product names that can be used for filtering.