Encryption
Tradecloud API encryption
Last updated
Tradecloud API encryption
Tradecloud API uses encryption to secure your connection to the API on two levels:
The Tradecloud API only supports Hypertext Transfer Protocol Secure (HTTPS) and does not support plain HTTP.
The Tradecloud SSL certificate only supports the Transport Layer Security (TLS) v1.2 protocol and does not support SSL 2 or 3, TLS v1 or v1.1 protocols.
Check the quality of the Tradecloud certificate using SSL Labs.
The Tradecloud API uses hashed JSON Web Tokens therefore the token cannot be compromised.
Last updated