Integration Guide

This guide covers how to add Insurely's data collection capabilities to your website or application. You have two options depending on your technical requirements and available development resources. Choose integration method based on how much control you need and how much time you have for implementation.

Both methods provide

Prebuilt UI

The fastest way to get started is with the Prebuilt UI. It's a embeddable solution that works for most use cases. It's easy to switch to the API later if more control is needed. Configure and embed a complete user interface for data collection on your website or in your mobile app, and choose how to handle the result callbacks.

Integrating with an iframe on a website

Your Website
<iframe />
Insurely UI

Lightning fast setup

Configure and embed the Prebuilt UI and start collecting data within minutes instead of months

Always up to date

Get updates automatically and focus on your business without worrying about keeping the integration up to date

Apply your brand

Use your own brand colors, fonts and styles to match your website

Ready for production

Start collecting data in minutes. Fits most use cases with little to minimal development required

Integrating Prebuilt UI in a mobile app

If you're building a mobile app, you can use the Prebuilt UI in a webview. To help with this we have SDKs available for iOS, Android and React Native.

Mobile SDKs have everything built in. You add the SDK to your app and give it your Customer ID and Config name, and it takes care of the webview, the configuration, the events, and the Swedish BankID app switch. This is the quickest route, and the one we recommend if you have no specific reason to build it yourself.

Your own webview is the other option. If you'd rather set everything up yourself, your app handles the webview, the configuration, the events, and the Swedish BankID app switch. It is more work, but you decide how the webview is presented and how each event is handled. Some companies use the client-side authentication login method, and for those your app also has to relay the login requests itself, see client-side authentication.

API Integration

Use our REST API to build exactly what you need. You're responsible for the user interface and user flow. The API handles authentication and data retrieval.

Your Website
API
Insurely API
POST /collections
GET /collections/:id
GET /data/:id

Compare integration methods

Prebuilt UIAPI
Get started in 15-30 minutesSeveral days to weeks to get started
No maintenanceAdditional maintenance required
Colors, fonts, stylesFull customization
Ready for production with for most use casesDevelop your own custom workflows with specific design requirements

Learn more

Last updated on