State Farm website screenshot

State Farm

State Farm is the largest property and casualty insurance provider in the United States, headquartered in Bloomington, Illinois. Founded in 1922, the company offers a comprehensive range of insurance products including auto, home, renters, life, health, business, and farm/ranch insurance, as well as banking and financial services. State Farm operates through a network of approximately 19,000 agents across the US and Canada. The company has invested heavily in its digital transformation, operating a Partner Gateway developer portal at developer.statefarm.com that exposes APIs enabling partners, agents, and third-party platforms to integrate with State Farm's insurance products and services. State Farm is a mutual company owned by its policyholders, consistently ranked among the Fortune 50.

3 APIs 0 Features

APIs

Renters Insurance API

The State Farm Renters Insurance API enables partner platforms, real estate applications, and property management systems to offer embedded renters insurance quotes and policies...

Auto Insurance API

The State Farm Auto Insurance API supports partner integrations for automobile insurance quoting, policy management, and claims inquiry. This API enables auto dealers, telematic...

B2B Insurance Inquiry API

The State Farm B2B Insurance Inquiry API is designed for lenders, mortgage servicers, and financial institutions that need to verify homeowner and auto insurance policy status f...

Collections

GraphQL

State Farm GraphQL Schema

State Farm is the largest property and casualty insurance provider in the United States, offering auto, home, renters, life, health, business, and farm/ranch insurance through a...

GRAPHQL

Pricing Plans

State Farm Plans Pricing

1 plans

PLANS

Rate Limits

State Farm Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

State Farm Context

18 classes · 11 properties

JSON-LD

API Governance Rules

State Farm API Rules

15 rules · 9 errors 5 warnings 1 info

SPECTRAL

JSON Structure

State Farm 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
📜
PrivacyPolicy
PrivacyPolicy
📜
TermsOfService
TermsOfService
💬
FAQ
FAQ
🔗
OpenAPI
OpenAPI
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONLD
JSONLD
🔗
Vocabulary
Vocabulary
🔗
SpectralRules
SpectralRules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: State Farm Renters Insurance 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