Sap Brim Billing And Revenue Innovation Management Authentication

Authentication

SAP BRIM (Billing and Revenue Innovation Management) secures its APIs with apiKey and oauth2 across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the clientCredentials flow(s).

BillingEnterpriseOrder to CashRevenue ManagementSAPSubscription ManagementUsage-Based Pricing
Methods: apiKey, oauth2 Schemes: 2 OAuth flows: clientCredentials API key in: header

Security Schemes

OAuth2 oauth2
· flows: clientCredentials
ApiKeyAuth apiKey
· in: header (APIKey)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/sap-brim-convergent-charging-openapi.yml, openapi/sap-brim-subscription-billing-openapi.yml
summary:
  types:
  - apiKey
  - oauth2
  api_key_in:
  - header
  oauth2_flows:
  - clientCredentials
schemes:
- name: OAuth2
  type: oauth2
  flows:
  - flow: clientCredentials
    tokenUrl: https://auth.sap.com/oauth/token
    scopes: 2
  sources:
  - openapi/sap-brim-convergent-charging-openapi.yml
  - openapi/sap-brim-subscription-billing-openapi.yml
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: APIKey
  sources:
  - openapi/sap-brim-convergent-charging-openapi.yml
  - openapi/sap-brim-subscription-billing-openapi.yml