Skip to main content
HoldingInsurtech
Back to work
Applications2024Private project

Seguranet

Insurance quoting API with caching and external integration

.NET 8 backend that quotes policies and integrates with external services, with distributed caching and live documentation.

Restricted access — we can walk you through it on a call
long-term support runtime
.NET 8long-term support runtime
distributed cache
Redisdistributed cache
documented contract
OpenAPIdocumented contract
01

The challenge

Quoting insurance means calling external services that are slow, rate-limited and hand back credentials that expire. Making those calls on every visit means a site that takes seconds to respond and runs out of quota exactly when traffic arrives.

02

The solution

An ASP.NET Core 8 API with quoting logic separated from external integration, distributed Redis caching to avoid repeating identical lookups, and a dedicated service that refreshes the access token before it expires. Controllers stay thin and documentation generates itself with Swagger, so the front end — a static quoting tool — consumes an API you can exercise straight from the browser with no extra tooling.

03

The outcome

The quoting tool responds instantly on repeated lookups and consumption against the external service drops sharply. The layered separation leaves the system ready to add new insurers without touching the controllers.

Facing something similar?

Tell us what your business needs and we will tell you whether we can solve it, at what scope and in what timeframe.

Message us on WhatsApp