Togai · JSON Structure

Togai Customer Structure

Togai billing customer structure

Type: Properties: 0
BillingMeteringUsage-Based PricingRevenue ManagementSoftware-as-a-ServiceFintech

Customer is a JSON Structure definition published by Togai.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Customer",
  "description": "Togai billing customer structure",
  "properties": [
    { "name": "id", "type": "string", "required": true, "description": "User-defined customer ID" },
    { "name": "name", "type": "string", "required": true, "description": "Customer display name" },
    { "name": "primaryEmail", "type": "string", "required": false, "description": "Billing email" },
    { "name": "billingAddress", "type": "object", "required": false,
      "properties": [
        { "name": "addressLine1", "type": "string" },
        { "name": "addressLine2", "type": "string" },
        { "name": "city", "type": "string" },
        { "name": "state", "type": "string" },
        { "name": "country", "type": "string", "description": "ISO 3166-1 alpha-2" },
        { "name": "zipCode", "type": "string" }
      ]
    },
    { "name": "createdAt", "type": "string", "required": false, "description": "ISO 8601 creation timestamp" },
    { "name": "updatedAt", "type": "string", "required": false }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/togai-customer-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.