Different views & functionality within our widget

To send a user to a specific view, you can simply add the view's corresponding path to the URL you pass into the widget.

Here's an example of sending a user to their Policy Hub:

insurancePortal: {
  url: 'https://example-tenant-name.prod.authenticinsurance.com/policy'
}

We have several views you can directly send users to (depending on what ux you are trying to provide the customer):

Last updated