neuron Carrier Experience API
home
Welcome to Neuronβs Carrier Experience API
The Neuron Carrier Experience API gives carriers a seamless, secure, and real-time interface into Neuronβs digital trading platform.
This API streamlines the flow of submissions, quotes, and status updatesβhelping carriers respond faster, operate with clarity, and integrate at scale.
What This API Enables
The Carrier Experience API allows carriers to work directly with submission and quote data, automate decisioning, and stay tightly connected to broker activity.
Core Capabilities
- Quote Management β Create, update, and deliver insurance quotes with full control over pricing and terms.
- Submission Tracking β Access detailed submission data and track the complete lifecycle from start to finish.
- Status Updates β Send real-time status events (Received β Assigned β Processing β Success) to keep brokers updated.
- Carrier Integration β Connect directly to Neuronβs ecosystem with robust, enterprise-grade security.
- Real-time Notifications β Ensure brokers receive immediate updates for faster decisions.
Business Use Cases
Neuron Quote Processing Activity Flow
Key Rules
- Key reference =
OptionIdβ Document upload and Quote submission shall be done onOptionId. - π Documents are optional for a quote response; validation (scanning) is mandatory when documents are uploaded.
- π¬ Quote Submission = confirmation to send (and processed documents) to a broker.
- π« If no documents are uploaded for an
OptionId, validation will still pass and allow quote submission. - β If documents are uploaded, they must pass validation before the quote is accepted.
- π QuoteId and Quote Version will be generated upon successful quote submission.
- π¦ Quotes can be submitted one-by-one or in bulk (one or many
OptionIdper response).
Steps
1οΈβ£ Select OptionId from a received submission
- π’ Carrier: Choose the specific
OptionIdto work on.
2οΈβ£ (Optional) Upload documents (per OptionId)
- π’ Carrier β π Document EAPI: Upload any supporting documents for the chosen
OptionId. - π€ Outcome: Immediate confirmation with document IDs (files are queued for processing).
- βΉοΈ Note: If the carrier chooses not to upload any documents, this step is skipped.
3οΈβ£ (Optional) Check document status
- π’ Carrier β π Document EAPI: Get the processing status for the
OptionIdβs documents. - π Possible statuses:
- Accepted (uploaded)
- Available (processed)
- βοΈ Only relevant if documents were uploaded.
4οΈβ£ Submit quote (per OptionId)
- π’ Carrier β π Carrier EAPI: Post the quote request for that
OptionId. - π― Trigger: Neuron applies the validation gate before deciding acceptance.
5οΈβ£ Validation gate β Neuron
Neuron checks for this OptionId:
- π If no documents uploaded β data validation is performed.
- π If documents uploaded β they must be validated (all required docs present, successfully processed, integrity checks passed).
Outcomes:
- β If failed: Neuron rejects the submission for this
OptionId. - β³ If documents are still processing: Neuron responds with a corresponding message for this
OptionId. - β If passed: Neuron accepts the submission and performs data validation.
6οΈβ£a) If accepted
- π Neuron: Enriches the quote with document metadata (if documents were uploaded).
- π€ Neuron β Broker: Sends the enriched quote for this
OptionIdto the broker. - π₯ Neuron β Carrier: Returns Quote Response with:
- Generated QuoteId
- Version
- Document metadata of processed attachments
6οΈβ£b) If rejected
- β Neuron β Carrier: Returns Quote Response (OptionId): Rejected with clear reasons (e.g., validation failed, auth failed).
- π§ Carrier: Fix issues (upload or correct docs), then resubmit the quote for this
OptionId.
π€ Quote Submission Flow

π‘ Status Update Flow

π£οΈ Quote Lifecycle
Submitted β Received β Assigned β Underwriting β Quote Ready β Quoted / DeclinedTechnical Features
- RESTful JSON/HTTP APIs
- JWT authentication with client credentials
- Client ID enforcement
- Consistent error response models with correlation IDs
- Rate limits and usage governance
- Multi-environment support (UAT & Production)
Next Steps
- π Review the full Getting Started Guide
- π Explore the API Reference
- π or directly jump on Try-it Playground