To keep your data secure and make sure only the right systems have access, Corti uses a secure industry standard called OAuth 2.0 for authentication.
When you or your developers being to set up an integration with the Corti API, the first step will be to request an access token. Once authenticated, you’ll be issued a temporary access token (think of this like a digital key) that your system will use to communicate with Corti’s services.
After your token is issued, you will create an API Client within your Corti Console to receive your API Client and Client Secret that allow your system to securely request access.
What This Means for Your Calls
No action needed: In most cases, this process runs automatically in the background as part of your system’s integration with Corti.
Secure by design: Our setup ensures all access to sensitive data, like patient information or documentation, is tightly controlled and compliant.
Time-limited access: Tokens expire after a short period for added security. Your system will handle renewing them automatically.
Adaptable setup: We can also support more advanced configurations like Single Sign-On (SSO) if needed.
Have a question for our team?
Click Support in the bottom-left corner of the console to submit a ticket or reach out via email at [email protected] and we'll be happy to assist you.
Additional Resources:
🔗Visit our API documentation to get more information on authentication or dive into our API specifications