neuron Algo Follow Insurer Experience API icon

neuron Algo Follow Insurer Experience API

(0 reviews)

home

🛡️ Overview

This documentation is intended for technical users familiar with RESTful APIs who wish to integrate with Neuron’s Insurance Data Services.

-Neuron provides a suite of secure, standards-based REST APIs that enable insurers to access, manage, and respond to risk and appetite submissions from their broker network. The Insurer Experience API is the primary interface through which insurers can retrieve submission data and send responses in a structured and secure manner.


What This API Provides

The Insurer Experience API allows insurers to:

  • Access all appetite requests submitted by brokers, with support for filters such as lastModifiedTimestamp, class of business, and more.
  • Retrieve a specific appetite using an appetiteId.
  • Submit a response to a broker’s appetite request.
  • Access all risk submissions assigned to the insurer.
  • Retrieve a specific risk using a riskId.
  • Update risk details, including status changes and quote responses.

High-Level Architecture

Below is the high-level integration flow showing how insurer systems interact with the Neuron API and backend storage.

tbd


Steps to Consume the Insurer Experience API

To integrate with the API, follow the three-step process below.

1. Discover

Navigate through the Neuron API catalog.

The Getting Started page provides a step-by-step guide on how to obtain credentials and begin integration.

2. Request Access

Follow the onboarding instructions outlined in the Getting Started guide.

This includes authentication setup, environment configuration, and access provisioning.

3. Consume the API

Once access is granted, begin calling the API using your approved authentication method (JWT or client ID).

You can now retrieve, filter, and respond to appetite and risk submissions.

tbd


What’s Next?

Proceed to the following documentation sections:

  • Authentication – Learn how to use JWT or Client ID Enforcement

Reviews