API Authentication

There are 3 ways to authenticate your identity so you can view personally identifiable information. Those methods are:
  • Log into the app, which will give you a session cookie.
  • Add "agent_id" and "key" query parameters to your request (click here for info on finding your agent_id). The key needed for API endpoints is different from your quoter key, and should be guarded more closely. Your API key is visible in the Account section of your My Account page in Insureio.
  • Use a basic auth header with your numeric ID and API key. You can read more about this standard here.