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.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/totogi-charging-as-a-service"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

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