Progressive website screenshot

Progressive

The Progressive Corporation is one of the largest providers of car insurance in the United States, also offering personal and commercial auto, home, renters, boat, motorcycle, and other insurance products. Progressive operates a developer portal at developer.progressive.com offering APIs for auto insurance quoting, certificate of insurance generation, and agent portal integrations.

2 APIs 0 Features
Auto InsuranceCommercial InsuranceEmbedded InsuranceInsuranceQuotingFortune 500

APIs

Progressive Auto Quote API

The Progressive Auto Quote API enables partners to embed auto insurance quoting capabilities directly into their applications and platforms. Through the Progressive Developer Po...

Progressive Certificate of Insurance API

The Progressive Certificate of Insurance API provides programmatic access to generate and manage certificates of insurance for commercial policyholders. This API enables partner...

Collections

GraphQL

Progressive Insurance GraphQL Schema

Progressive Insurance is one of the largest auto insurers in the United States, offering personal and commercial auto, home, renters, motorcycle, boat, RV, and other insurance p...

GRAPHQL

Pricing Plans

Rate Limits

Progressive Rate Limits

1 limits

RATE LIMITS

FinOps

Press

Progressive CEO Tricia Griffith Prioritizes AI for Strategic ...

2026-05-25

Progressive Insurance® Imagines a World Where Animals ...

2026-05-25

Artificial Intelligence at Progressive Insurance - Two Use ...

2026-05-25

How Progressive is thinking about AI. #progressive ...

2026-05-25

Progressive Insurance tests limits of AI-generated ads

2026-05-25

Resources

🔗
LinkedIn
LinkedIn
🌐
Portal
Portal
🔗
Website
Website

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Progressive Certificate of Insurance API
  version: '1.0'
items:
- info:
    name: Certificates
    type: folder
  items:
  - info:
      name: List certificates
      type: http
    http:
      method: GET
      url: https://api.progressive.com/certificates
    docs: Retrieves a list of certificates of insurance associated with the authenticated agent or policyholder account.
  - info:
      name: Create a certificate
      type: http
    http:
      method: POST
      url: https://api.progressive.com/certificates
      body:
        type: json
        data: '{}'
    docs: Generates a new certificate of insurance for a specified policy and certificate holder.
- info:
    name: Policies
    type: folder
  items:
  - info:
      name: List policies
      type: http
    http:
      method: GET
      url: https://api.progressive.com/policies
    docs: Retrieves a list of active policies eligible for certificate generation.
bundled: true