latestOpenAPI 3.0.02026-08-08122526.9 KB

f31fa8578dbb

Find a quote

get/quotes/{identifier}

Path parameters

identifierstring required

Quote identifier

Response

quote successfully found

aggregate_limitinteger

The aggregate limit for the requested quote. Can be one of (100000, 250000, 500000, 750000, 1000000, 2000000, 3000000, 4000000, 5000000, 6000000, 7000000, 8000000, 9000000, 10000000); limits greater than 3000000 can be submitted but will not be quoted automatically

aggregate_retentioninteger

The desired retention on all sub limits for the requested quote. Can be one of (2500, 5000, 10000, 15000, 25000, 50000, 75000, 100000, 150000, 250000, 500000)

company_idstring

Unique company ID provided by At-Bay for the requested submission. client_partner_id values you generated using API v0.1 are valid inputs for the company_id field.

error_occurredboolean

Status of the question “did an error occur?”

filing_effective_fromstring date

Starting filing date for the policy. Must be a valid date in yyyy-mm-dd format.

filing_effective_untilstring date

Ending filing date for the policy. Must be a valid date in yyyy-mm-dd format.

insurance_product'CYB' | 'TEO' | 'MPL'

The abbreviated name of the insurance product type for the requested quote. If the attribute is missing, we use CYB by default.

per_claim_limitinteger

The per-claim limit for the requested quote. Can be one of (100000, 250000, 500000, 750000, 1000000, 2000000, 3000000, 4000000, 5000000, 6000000, 7000000, 8000000, 9000000, 10000000); in the absence of a submitted value, this value will match the aggregate limit by default. This value should not exceed the aggregate limit of the policy.

per_claim_retentioninteger

The desired retention on all sub limits for the requested quote. Can be one of (2500, 5000, 10000, 15000, 25000, 50000, 75000, 100000, 150000, 250000, 500000). Applies to MPL products.

policy_numberstring

Unique and official identifier of an At-Bay policy. Indicates coverage is active. Policy numbers are available after a successful bind request and can be released along with conditional binders, non-conditional binders, and policies.

premiuminteger

Premium for the returned quote in USD. Value is rounded to the nearest dollar.

quote_expiration_datestring

The expiration date for this quote in YYYY-MM-DD format

quote_identifierstring required

unique identifier of the quote received after POST call, to be used in GET request. quote_id values you generated using API v0.1 are valid inputs for the quote_identifier field.

quote_status'created' | 'aq_created' | 'calculating' | 'calc_completed' | 'broker_conflict_referral' | 'collection_issue' | 'red_flags_found' | 'calc_failed' | 'authority_failed' | 'eligible' | 'quick_scan_error' | 'missing_quick_scan' | 'aq_not_approved' | 'offer_email' | 'stale' | 'quote_referred' | 'published' | 'quote_declined' | 'quote_expired' | 'quote_revoked' | 'quote_bind_requested' | 'quote_not_bound' | 'policy_active' | 'policy_canceled' | 'policy_expired'
  • quote_referred: quote request is pending and in our underwriting queue
  • quote_open: quote is valid and bindable
  • quote_declined: quote was declined by At-Bay
  • quote_expired: quote expiration date is in the past
  • quote_revoked: quote was once 'quote_open' but was revoked by At-Bay. This is usually either due to changes in the information about the insured or the result of underwriter discretion.
  • quote_bind_requested: bind request for this quote option is pending and in our underwriting queue
  • quote_not_bound: quote option is for an insured that had a bind request for a different quote option
  • policy_active: the policy is active and in force
  • policy_cancelled: the policy was cancelled
  • policy_expired: the policy expiration date is in the past.
red_flags_existboolean

Status of the question: did the quick scan find any ‘red flags?’. Red Flags are severe vulnerabilities that cause referrals to our underwriting team.

surcharges_effective_fromstring date

Starting surcharges date for the policy. Must be a valid date in yyyy-mm-dd format.

surcharges_effective_untilstring date

Ending surcharges date for the policy. Must be a valid date in yyyy-mm-dd format.

Example response

{
  "aggregate_limit": 250000,
  "aggregate_retention": 5000,
  "client": {
    "additional_contacts": [
      {
        "cell_phone": "+1 123-456-7890",
        "contact_roles": [
          "security_alerts",
          "policy_notices"
        ],
        "email": "example@gmail.com",
        "first_name": "John",
        "last_name": "Atbay"
      }
    ],
    "address": {
      "city": "Mountain View",
      "state": "California",
      "street": "Castro Street 196",
      "street2": "Suite 8200",
      "zip": "94101"
    },
    "broker_email": "caitlin@at-bay.com",
    "domains": [
      "at-bay.com",
      "cyberjack.io"
    ],
    "insured_main_contact": {
      "cell_phone": "+1 123-456-7890",
      "email": "example@gmail.com",
      "first_name": "John",
      "last_name": "Atbay"
    },
    "name": "At-Bay",
    "revenue": 45750000,
    "secondary_broker_email": "caitlin@at-bay.com"
  },
  "contingencies": [
    {
      "status": "closed",
      "type": "pre_bind"
    }
  ],
  "dates": {
    "effective": "2020-09-15",
    "expiration": "2021-09-15",
    "mpl_retroactive_date": "2021-09-15"
  },
  "filing_effective_from": "2020-09-15",
  "filing_effective_until": "2020-09-15",
  "insurance_product": "CYB",
  "per_claim_limit": 1000000,
  "per_claim_retention": 5000,
  "premium": 8200,
  "quote_expiration_date": "2023-01-01",
  "quote_identifier": "9916c08c-b00f-43ec-b6fb-5d6f5b17851d",
  "quote_status": "quote_open",
  "surcharges": [
    {
      "title": "sur"
    }
  ],
  "surcharges_effective_from": "2020-09-15",
  "surcharges_effective_until": "2020-09-15"
}