APOLLO Insurance Quote API

The Quote API from APOLLO Insurance — 1 operation(s) for quote.

Operations 1

POST /quote/tenant/{partnerId} Get Tenant Quote #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/apollo-insurance-quote-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

apollo-insurance-quote-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: CoverTrack API's Quote API
  version: '1.0'
  summary: Various CoverTrack Functions
  description: "Provides API endpoints for: \n* Accessing the current coverage status for partner tenants\n* Generating Tenant Insurance quotes\n* Policy access for Partner Properties"
servers:
- url: https://api.covertrack.ca
  description: Production
- url: https://api.covertrack-dev.ca
  description: Test
tags:
- name: Quote
paths:
  /quote/tenant/{partnerId}:
    parameters:
    - schema:
        type: string
      name: partnerId
      in: path
      required: true
      description: The Partner name
    - schema:
        type: string
      in: header
      name: x-api-key
      description: The provided API Key
    servers:
    - url: https://api.covertrack.ca
      description: Production
    - url: https://api.covertrack-dev.ca
      description: Test
    post:
      summary: Get Tenant Quote
      tags:
      - Quote
      responses:
        '200':
          description: Tenant Insurance Quote
          content:
            application/json:
              schema:
                type: object
                x-examples:
                  Example 1:
                    link: string
                    annual: 0
                    monthly: 0
                    monthlyPayment: 0
                properties:
                  link:
                    type: string
                    description: link to complete the insurance application
                  annual:
                    type: integer
                    description: Annual policy cost
                  monthly:
                    type: integer
                    description: Monthly policy cost, total
                  monthlyPayment:
                    type: integer
                    description: Monthly policy cost, per month
      operationId: post-quote-tenant-partnerId
      x-stoplight:
        id: sqh2u9cfzhvnk
      description: Generate a quote for Tenant Insurance
      requestBody:
        content:
          application/json:
            schema:
              type: object
              properties:
                propertyId:
                  type: string
                tenantId:
                  type: string
                contents:
                  type: integer
                ale:
                  type: integer
                liability:
                  type: integer
                deductible:
                  type: integer
                water:
                  type: boolean
              x-examples:
                Example 1:
                  propertyId: string
                  tenantId: string
                  contents: 0
                  ale: 0
                  liability: 0
                  deductible: 0
                  water: true
        description: Tenant Insurance Quote Parameters
x-stoplight:
  id: fu18p9wlkzenb