Standards
Overview of standards used by the Tradecloud API
Your integration must support these standards.
The Basic HTTP authentication scheme, which transmits credentials as user-id/password pairs, encoded using Base64.
The Hypertext Transfer Protocol is a stateless application-level protocol for distributed, collaborative, hypertext information systems.
JavaScript Object Notation is a lightweight, text-based, language-independent data interchange format.
The JSON syntax does not assign any significance to the ordering of name/value pairs.
Therefor XML based transformations expecting ordering will break.
JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.
The OpenAPI Version 2.0 Specification (OAS 2.0) creates a RESTful interface for easily developing and consuming an API by effectively mapping all the resources and operations associated with it.