M3ter · Authentication Profile

M3Ter Authentication

Authentication

M3ter secures its APIs with oauth2 across 1 declared security scheme, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode and clientCredentials flow(s).

FinOpsUsage-Based BillingMeteringBillingPricingSaaS
Methods: oauth2 Schemes: 1 OAuth flows: authorizationCode, clientCredentials API key in:

Security Schemes

OAuth2 oauth2
· flows: clientCredentials, authorizationCode

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/m3ter-openapi.yml
summary:
  types:
  - oauth2
  oauth2_flows:
  - authorizationCode
  - clientCredentials
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: /oauth/token
    scopes: 4
  - flow: authorizationCode
    authorizationUrl: https://m3ter.auth.us-east-1.amazoncognito.com/oauth2/authorize
    tokenUrl: https://m3ter.auth.us-east-1.amazoncognito.com/oauth2/token
    scopes: 6
  description: |-
    m3ter supports machine to machine authentication using the `clientCredentials` OAuth2 flow.

    The `authorizationCode` flow controls access for human users via the m3ter Console application.
  sources:
  - openapi/m3ter-openapi.yml