Question
Is data transmitted via BI integrations encrypted?
Answer
Yes. Data in transit is protected using TLS 1.2 or higher with 256-bit encryption, ensuring that information exchanged between systems cannot be intercepted or read by unauthorized parties. Any connection attempt that does not use SSL/TLS is automatically rejected, as SSL is strictly enforced.
You can independently verify that encryption is being used by observing that all requests are made over HTTPS in your browser or by using network inspection tools (such as Wireshark) to confirm TLS negotiation and encrypted traffic.