Travelers website screenshot

Travelers

Travelers is one of the largest property casualty insurance companies in the United States and a Fortune 500 company. Through their developer portal, Travelers provides APIs for business insurance claim reporting, commercial quoting, and policy management to enable agents, brokers, and partners to programmatically manage insurance workflows.

1 APIs 0 Features
InsuranceProperty CasualtyCommercial InsuranceClaimsFintechFortune 500

APIs

Travelers API

Business insurance APIs for claim reporting, commercial lines quoting, and policy management. Enables agents, brokers, and commercial clients to programmatically manage insuranc...

Collections

Pricing Plans

Travelers Plans Pricing

1 plans

PLANS

Rate Limits

Travelers Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Travelers Context

40 classes · 0 properties

JSON-LD

API Governance Rules

Travelers API Rules

11 rules · 2 errors 7 warnings

SPECTRAL

JSON Structure

Travelers Claim Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Travelers Q4 2025 Earnings Call Transcript

2026-05-25

Travelers CEO: Agentic AI Embedded in Operations Today ...

2026-05-25

Travelers says it invested $1.5B in AI, tech initiatives in 2025

2026-05-25

Company news

2026-05-25

Travelers partners with Anthropic to expand AI assistants ...

2026-05-25

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
DeveloperPortal
DeveloperPortal
🔗
Documentation
Documentation
📝
Signup
Signup

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Travelers API
  version: v1.0.0
request:
  auth:
    type: oauth2
    flow: client_credentials
    accessTokenUrl: https://api.travelers.com/oauth/token
    credentials:
      clientId: '{{clientId}}'
      clientSecret: '{{clientSecret}}'
items:
- info:
    name: Claims
    type: folder
  items:
  - info:
      name: List Claims
      type: http
    http:
      method: GET
      url: https://api.travelers.com/v1/claims
      params:
      - name: status
        value: ''
        type: query
        description: Filter by claim status
      - name: policy_type
        value: ''
        type: query
        description: Filter by insurance policy type
      - name: start_date
        value: ''
        type: query
        description: Filter claims from this date (YYYY-MM-DD)
      - name: end_date
        value: ''
        type: query
        description: Filter claims to this date (YYYY-MM-DD)
      - name: limit
        value: ''
        type: query
        description: Maximum number of claims to return
    docs: Returns a list of business insurance claims for the authenticated organization, filterable by status, policy type,
      and date range.
  - info:
      name: Report Claim
      type: http
    http:
      method: POST
      url: https://api.travelers.com/v1/claims
      body:
        type: json
        data: '{}'
    docs: Submits a new business insurance claim report to Travelers. Supports property, casualty, workers compensation, and
      commercial auto claims.
  - info:
      name: Get Claim
      type: http
    http:
      method: GET
      url: https://api.travelers.com/v1/claims/:claim_number
      params:
      - name: claim_number
        value: ''
        type: path
        description: The claim number assigned by Travelers
    docs: Returns details of a specific insurance claim by claim number.
  - info:
      name: Upload Claim Document
      type: http
    http:
      method: POST
      url: https://api.travelers.com/v1/claims/:claim_number/documents
      params:
      - name: claim_number
        value: ''
        type: path
      body:
        type: multipart-form
        data:
        - name: file
          type: text
          value: ''
        - name: document_type
          type: text
          value: ''
        - name: description
          type: text
          value: ''
    docs: Uploads supporting documentation for an existing claim, such as photos, police reports, or medical records.
- info:
    name: Quoting
    type: folder
  items:
  - info:
      name: Request Commercial Insurance Quote
      type: http
    http:
      method: POST
      url: https://api.travelers.com/v1/quotes
      body:
        type: json
        data: '{}'
    docs: Requests a commercial insurance quote for Business Owner Policies or Workers Compensation coverage. Returns indications
      or fully bindable quotes for eligible customers.
  - info:
      name: Get Quote
      type: http
    http:
      method: GET
      url: https://api.travelers.com/v1/quotes/:quote_id
      params:
      - name: quote_id
        value: ''
        type: path
        description: Quote identifier
    docs: Returns a previously generated insurance quote by ID.
- info:
    name: Policies
    type: folder
  items:
  - info:
      name: List Policies
      type: http
    http:
      method: GET
      url: https://api.travelers.com/v1/policies
      params:
      - name: status
        value: ''
        type: query
        description: Filter by policy status
      - name: policy_type
        value: ''
        type: query
        description: Filter by policy type
    docs: Returns a list of commercial insurance policies for the authenticated organization.
  - info:
      name: Get Policy
      type: http
    http:
      method: GET
      url: https://api.travelers.com/v1/policies/:policy_number
      params:
      - name: policy_number
        value: ''
        type: path
        description: The policy number
    docs: Returns details of a specific insurance policy.
bundled: true