TD SYNNEX · JSON Structure

Td Synnex Customer Structure

TD SYNNEX StreamOne end customer account

Type: Properties: 0
Technology DistributionIT DistributionCloudResellerStreamOneFortune 100B2B

Customer is a JSON Structure definition published by TD SYNNEX.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Customer",
  "description": "TD SYNNEX StreamOne end customer account",
  "fields": [
    {"name": "customerId", "type": "string", "description": "Unique customer identifier", "required": true},
    {"name": "companyName", "type": "string", "description": "Company name", "required": true},
    {"name": "email", "type": "string", "description": "Contact email", "required": true},
    {"name": "phone", "type": "string", "description": "Contact phone", "required": false},
    {
      "name": "address",
      "type": "object",
      "description": "Physical address",
      "required": false,
      "fields": [
        {"name": "street", "type": "string", "description": "Street address"},
        {"name": "city", "type": "string", "description": "City"},
        {"name": "state", "type": "string", "description": "State or province"},
        {"name": "postalCode", "type": "string", "description": "Postal code"},
        {"name": "country", "type": "string", "description": "ISO 3166-1 alpha-2 country code"}
      ]
    },
    {
      "name": "status",
      "type": "string",
      "description": "Account status",
      "required": true,
      "enum": ["ACTIVE", "INACTIVE", "SUSPENDED"]
    },
    {"name": "createdDate", "type": "string", "description": "Creation timestamp", "required": false},
    {"name": "modifiedDate", "type": "string", "description": "Last modified timestamp", "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/td-synnex-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.