State Farm Insurance website screenshot

State Farm Insurance

State Farm Insurance refers to the primary insurance operations of State Farm Mutual Automobile Insurance Company and its affiliated entities, headquartered in Bloomington, Illinois. As the largest property and casualty insurer in the United States, State Farm Insurance provides auto, home, renters, life, health, commercial, and farm insurance products to over 83 million policies across 91 million accounts. The company operates through approximately 19,000 exclusive agents and has a robust digital platform. State Farm Insurance maintains a Partner Gateway developer portal (developer.statefarm.com) offering APIs for embedded insurance, partner integrations, and B2B connectivity. The company has also heavily invested in cloud infrastructure on AWS and has open-sourced numerous DevOps and infrastructure tools via its GitHub organization.

4 APIs 0 Features
Fortune 100

APIs

Renters Insurance API

The State Farm Renters Insurance API allows property management companies, real estate platforms, and partner aggregators to embed renters insurance quoting and policy issuance ...

Auto Insurance API

The State Farm Auto Insurance API enables partners in automotive, telematics, and financial services to embed State Farm auto insurance products into their platforms. Use cases ...

Homeowners Insurance API

The State Farm Homeowners Insurance API enables mortgage lenders, real estate platforms, and partner networks to offer homeowners insurance quoting and policy integration. Suppo...

B2B Insurance Inquiry API

The State Farm B2B Insurance Inquiry API provides home and auto lenders with a programmatic way to verify that borrowers maintain adequate insurance coverage on financed propert...

Collections

Pricing Plans

Rate Limits

State Farm Insurance Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

State Farm Insurance Context

11 classes · 8 properties

JSON-LD

API Governance Rules

State Farm Insurance API Rules

15 rules · 9 errors 5 warnings 1 info

SPECTRAL

JSON Structure

State Farm Insurance Renters Policy Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
👥
GitHub
GitHub
📰
Engineering Blog
Engineering Blog
🌐
B2B Portal
B2B Portal
🔗
LinkedIn
LinkedIn
🔗
Twitter
Twitter
📰
Newsroom
Newsroom
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary
🔗
SpectralRules
SpectralRules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: State Farm Insurance Renters API
  version: 1.0.0
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://api.statefarm.com/oauth/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Quotes
    type: folder
  items:
  - info:
      name: Create Renters Insurance Quote
      type: http
    http:
      method: POST
      url: https://api.statefarm.com/v1/renters/quotes
      body:
        type: json
        data: '{}'
    docs: Request a renters insurance quote for a prospective tenant. Provide the property address, desired coverage amounts,
      and tenant information to receive a State Farm renters insurance quote with premium details and coverage options.
  - info:
      name: Get Renters Insurance Quote
      type: http
    http:
      method: GET
      url: https://api.statefarm.com/v1/renters/quotes/:quoteId
      params:
      - name: quoteId
        value: ''
        type: path
        description: Unique quote identifier
    docs: Retrieve details of a previously created renters insurance quote by its ID.
- info:
    name: Policies
    type: folder
  items:
  - info:
      name: Bind Renters Insurance Policy
      type: http
    http:
      method: POST
      url: https://api.statefarm.com/v1/renters/policies
      body:
        type: json
        data: '{}'
    docs: Convert an accepted renters insurance quote into a bound policy. This initiates the policy issuance process with
      State Farm. Requires a valid quote ID and confirmed payment method.
  - info:
      name: Get Renters Insurance Policy
      type: http
    http:
      method: GET
      url: https://api.statefarm.com/v1/renters/policies/:policyNumber
      params:
      - name: policyNumber
        value: ''
        type: path
        description: State Farm policy number
    docs: Retrieve the status and details of a renters insurance policy by policy number. Returns current coverage, premium,
      effective dates, and policyholder information.
- info:
    name: Coverage
    type: folder
  items:
  - info:
      name: List Coverage Options
      type: http
    http:
      method: GET
      url: https://api.statefarm.com/v1/renters/coverage-options
      params:
      - name: state
        value: ''
        type: query
        description: Two-letter US state code to get state-specific coverage options
    docs: Retrieve available renters insurance coverage options and limits available through State Farm, including personal
      property coverage amounts, liability limits, deductible options, and optional add-on coverages.
bundled: true