Assurant website screenshot

Assurant

Assurant is a global provider of lifestyle and housing solutions that help people thrive in a connected world. The company provides protection products and services including device protection, renter's insurance, auto F&I products, and connected living services. Assurant's APEX (Assurant Product Experience Exchange) platform provides embedded insurance APIs that enable partners to integrate protection products, claims management, and diagnostics directly into their workflows and customer experiences. The APEX platform supports 99.95% uptime and covers multiple product lines across technology, real estate, auto, and retail industries.

2 APIs 5 Features
InsuranceDevice ProtectionEmbedded InsuranceHousingClaimsFortune 500

APIs

Assurant APEX Embedded Insurance API

The Assurant APEX (Assurant Product Experience Exchange) platform provides embedded insurance APIs that enable partners to integrate protection products, claims management, and ...

Assurant Global Housing API

The Assurant Global Housing API provides property management companies and housing partners with programmatic access to insurance products including renter's insurance, lender-p...

Collections

Pricing Plans

Assurant Plans Pricing

3 plans

PLANS

Rate Limits

Assurant Rate Limits

5 limits

RATE LIMITS

FinOps

Features

Embedded Device Protection

APIs for embedding smartphone, tablet, and consumer electronics protection programs directly into carrier, retailer, and OEM customer experiences.

Claims Management

End-to-end claims management APIs supporting claim filing, status tracking, device diagnostics, and repair/replacement fulfillment.

Renter's Insurance

API integration for embedding renter's insurance enrollment, policy management, and claims into property management platforms.

Auto F&I Products

Finance and insurance product APIs for automotive dealers including vehicle service contracts, GAP insurance, and protection products.

Connected Living Services

Smart home device protection and tech support service APIs for connected device ecosystems.

Use Cases

Mobile Carrier Device Protection

Mobile carriers integrate APEX APIs to offer device protection plans at point of sale and manage claims for damaged or lost devices.

Property Management Renters Insurance

Property management companies integrate the Global Housing API to offer and track renter's insurance compliance among tenants.

Auto Dealer F&I Integration

Auto dealers and F&I providers integrate Assurant's vehicle protection APIs into dealer management systems for protection product sales.

E-Commerce Protection Programs

Retailers integrate APEX APIs to offer product protection programs at checkout for electronics, appliances, and other products.

Integrations

Carrier Billing Systems

Integration with mobile carrier billing and CRM systems for device protection plan enrollment and premium collection.

Property Management Platforms

Integration with property management software including Yardi, RealPage, and AppFolio for renter's insurance programs.

Dealer Management Systems

Integration with automotive DMS platforms for F&I product enrollment and vehicle protection program management.

Press

Consumers Trade Up for AI: Assurant Reports Record ...

2026-05-25

News & Insights

2026-05-25

Hello, Las Vegas! The Assurant team has arrived at CES ...

2026-05-25

Insurance & Tech Industry Insights | Assurant Research Hub

2026-05-25

Building Trust in Enterprise AI: a Human-Centric Approach

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🌐
Assurant Website
Portal
🌐
APEX Partner Platform
Portal
📝
Partner with Assurant
Signup

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Assurant APEX Embedded Insurance API
  version: '2026-01-01'
request:
  auth:
    type: apikey
    key: X-API-Key
    value: '{{X-API-Key}}'
    placement: header
items:
- info:
    name: Products
    type: folder
  items:
  - info:
      name: List insurance products
      type: http
    http:
      method: GET
      url: https://api-prod.portal.assurant.com/products
      params:
      - name: category
        value: ''
        type: query
    docs: Retrieve available insurance and protection products.
- info:
    name: Enrollments
    type: folder
  items:
  - info:
      name: Create enrollment
      type: http
    http:
      method: POST
      url: https://api-prod.portal.assurant.com/enrollments
      body:
        type: json
        data: '{}'
    docs: Enroll a customer in an insurance or protection product.
- info:
    name: Claims
    type: folder
  items:
  - info:
      name: File a claim
      type: http
    http:
      method: POST
      url: https://api-prod.portal.assurant.com/claims
      body:
        type: json
        data: '{}'
    docs: Submit a new insurance claim.
  - info:
      name: Get claim status
      type: http
    http:
      method: GET
      url: https://api-prod.portal.assurant.com/claims/:claimId
      params:
      - name: claimId
        value: ''
        type: path
    docs: Retrieve the status and details of an existing claim.
- info:
    name: Policies
    type: folder
  items:
  - info:
      name: List policies
      type: http
    http:
      method: GET
      url: https://api-prod.portal.assurant.com/policies
    docs: Retrieve a list of insurance policies.
bundled: true