Tech Data · Schema

StreamOne Ion Customer

Represents an end customer account managed by a TD SYNNEX reseller through the StreamOne Ion platform.

CloudDistributionInformation TechnologyPartnerFortune 500

Properties

Name Type Description
id string Unique identifier for the customer account.
name string The name of the customer organization.
email string Primary email address for the customer account.
phone string Primary phone number for the customer account.
status string Current status of the customer account.
createdAt string Timestamp when the customer account was created.
updatedAt string Timestamp when the customer account was last updated.
address object
View JSON Schema on GitHub

JSON Schema

streamone-ion-customer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tech-data/main/json-schema/streamone-ion-customer-schema.json",
  "title": "StreamOne Ion Customer",
  "description": "Represents an end customer account managed by a TD SYNNEX reseller through the StreamOne Ion platform.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the customer account."
    },
    "name": {
      "type": "string",
      "description": "The name of the customer organization."
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Primary email address for the customer account."
    },
    "phone": {
      "type": "string",
      "description": "Primary phone number for the customer account."
    },
    "status": {
      "type": "string",
      "enum": ["Active", "Inactive", "Suspended"],
      "description": "Current status of the customer account."
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the customer account was created."
    },
    "updatedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the customer account was last updated."
    },
    "address": {
      "$ref": "#/$defs/Address"
    }
  },
  "required": ["id", "name", "email", "status"],
  "$defs": {
    "Address": {
      "type": "object",
      "title": "Address",
      "description": "Physical address for the customer.",
      "properties": {
        "street": {
          "type": "string",
          "description": "Street address line."
        },
        "city": {
          "type": "string",
          "description": "City name."
        },
        "state": {
          "type": "string",
          "description": "State or province."
        },
        "postalCode": {
          "type": "string",
          "description": "Postal or ZIP code."
        },
        "country": {
          "type": "string",
          "description": "ISO 3166-1 alpha-2 country code."
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/streamone-ion-customer"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.