Secure your data with Tango API
To take full advantage of our Tango API resources without security concerns, we recommend you to establish a secure connection to the Tango API through one of the following methods:
- Open Authorization (OAuth) 2.0—(Recommended) OAuth 2.0 is a secure way to call an API. It asks for your Client ID and Client secret to establish a secure connection without sharing your password. OAuth uses authorization tokens to verify your identity.
Note:
Tango API OAuth 2.0 is currently available on a limited release. Contact your Customer Success Manager (CSM) or [email protected] for more information, or to have this feature added to your production account.
- Basic Authentication —Basic Auth is all about authentication. It identifies you as the correct person with the online account credentials. Basic Auth requires your credentials to gain access to your platform.
OAuth authorization provides:
-
the most secure connection while keeping your credentials safe.
-
the ability to rotate credentials with no downtime.
See our additional information here:
Updated about 22 hours ago
What’s Next