Auth API Overview
InsureHero's REST API uses a secure authentication mechanism to protect your data. Authentication requires API keys, included in the header of each API request. These keys act as unique identifiers and secure tokens for authorizing requests.
As an organization committed to data security, it's crucial to handle API keys confidentially. Do not share them outside your organization or store them in publicly accessible areas like GitHub repositories or client-side code. Initially, you will receive access to our Sandbox environment for testing. Upon successful review, the production API key will be provided securely for live implementation.
Last updated