Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

TD SYNNEX Customers API

End customer account management

TD SYNNEX Customers API is one of 10 APIs that TD SYNNEX publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Customers. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 3 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 3.

Requests are made against a single base URL, https://ion.tdsynnex.com.

5 operations 3 paths 5 schemas 3 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3
Base URL
https://ion.tdsynnex.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

TD SYNNEX Customers API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2) using the clientCredentials flow, exposing 2 scopes. By default, every request must be authenticated.

  • OAuth2 — TD SYNNEX StreamOne Ion uses OAuth 2.0 with refresh token flow

Paths & Operations 5

Across 3 paths, the API surfaces 5 operations — 3 GET, 1 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Customers 5

End customer account management

GET
/v3/accounts/{accountId}/customers
List Customers
listCustomers 3 params → 200401
POST
/v3/accounts/{accountId}/customers
Create Customer
createCustomer 1 param body → 201400401
GET
/v3/accounts/{accountId}/customers/{customerId}
Get Customer
getCustomer 2 params → 200401404
PUT
/v3/accounts/{accountId}/customers/{customerId}
Update Customer
updateCustomer 2 params body → 200401404
GET
/v3/accounts/{accountId}/customers/{customerId}/cloudProfiles
Get Customer Cloud Profiles
getCustomerCloudProfiles 2 params → 200401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Customer (8 properties), Address (5 properties), CloudProfile (4 properties), CustomerRequest (4 properties). Each schema is shown below with its type and property counts.

Error
object
3 properties
CustomerRequest
object
4 properties 2 required
Address
object
5 properties
Customer
object
An end customer account
8 properties
CloudProfile
object
A customer's cloud provider account profile
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

td-synnex-customers-api-openapi.yml Raw ↑

Other APIs TD SYNNEX publishes across the network.

TD SYNNEX Authentication API
TD SYNNEX Cart Items API
TD SYNNEX Carts API
TD SYNNEX Cloud Providers API
TD SYNNEX Orders API
TD SYNNEX Products API
TD SYNNEX Provisioning API
TD SYNNEX Reports API
TD SYNNEX Subscriptions API