Totogi Charging-as-a-Service API

Totogi Charging-as-a-Service is a serverless, multi-tenant 5G Standalone and 5G Advanced converged charging system delivered as SaaS on AWS, with built-in policy control. Its account-management surface is a GraphQL API — served by AWS AppSync, region-pinned, and fully documented in public at docs.api.totogi.com — useful for querying balances and event data records, provisioning subscribers and devices, subscribing accounts to plans, and managing tenant configuration. The published contract carries 32 queries, 61 mutations and 480 type definitions, and it is unusually explicit about runtime semantics: every operation states its authorized roles, every operation returns a result union whose members are the success payload plus each typed error it can raise (68 error types implementing a common Error interface with errorCode/errorMessage), mutations accept a caller-supplied transactionId to guarantee idempotency, RateLimitExceeded carries a retryAfter timestamp, and deprecated fields publish both a deprecated date and an expiration date. Access is OAuth 2.0 client-credentials only; there is no self-serve signup and no sandbox.

API entry from apis.yml

apis.yml Raw ↑
aid: totogi:totogi-charging-as-a-service
name: Totogi Charging-as-a-Service API
description: 'Totogi Charging-as-a-Service is a serverless, multi-tenant 5G Standalone and 5G Advanced
  converged charging system delivered as SaaS on AWS, with built-in policy control. Its account-management
  surface is a GraphQL API — served by AWS AppSync, region-pinned, and fully documented in public at docs.api.totogi.com
  — useful for querying balances and event data records, provisioning subscribers and devices, subscribing
  accounts to plans, and managing tenant configuration. The published contract carries 32 queries, 61
  mutations and 480 type definitions, and it is unusually explicit about runtime semantics: every operation
  states its authorized roles, every operation returns a result union whose members are the success payload
  plus each typed error it can raise (68 error types implementing a common Error interface with errorCode/errorMessage),
  mutations accept a caller-supplied transactionId to guarantee idempotency, RateLimitExceeded carries
  a retryAfter timestamp, and deprecated fields publish both a deprecated date and an expiration date.
  Access is OAuth 2.0 client-credentials only; there is no self-serve signup and no sandbox.'
humanURL: https://docs.api.totogi.com/
baseURL: https://gql.produseast1.api.totogi.com/graphql
tags:
- Charging
- BSS
- 5G
- GraphQL
- TM Forum
- Policy Control
- Telecommunications
properties:
- type: GraphQL
  url: graphql/totogi-charging-as-a-service.graphql
- type: APIReference
  url: https://docs.api.totogi.com/
- type: Documentation
  url: https://totogi.com/ai-native-charging/
- type: GettingStarted
  url: https://www.totogi.com/how-to-guides/build-a-charging-emulator-demo-app-using-totogi-apis/
- type: Demo
  url: https://emulator.totogidemos.com
- type: Support
  url: https://support.ccab.totogi.com
- type: ChangeLog
  url: https://totogi.com/ai-native-charging/caas-product-updates/
- type: Conformance
  url: https://www.tmforum.org/conformance-certification/open-api-conformance/
- type: Marketplace
  url: https://aws.amazon.com/marketplace/pp/prodview-hnaq62hzpxane
- type: APIReference
  url: https://apis.totogi.solutions/ccab/
  name: Legacy SpectaQL reference (api.ccab.totogi.com/graphql)
regions:
- region: us-east-1
  baseURL: https://gql.produseast1.api.totogi.com/graphql
- region: ap-southeast-1
  baseURL: https://gql.prodapsoutheast1.api.totogi.com/graphql