At-Bay · JSON Structure

At Bay Quote Structure

Structural breakdown of the At-Bay Quote resource as exchanged via the Partner API.

Type: Properties: 0
InsuranceCyber InsuranceInsurSecInsurtechTech E&OProfessional LiabilityMPLManaged Detection and ResponseMDRSecurity MonitoringEmail SecurityEndpoint SecurityIncident ResponseBrokersQuotingBindingsPolicy LifecycleWebhook

AtBayQuote is a JSON Structure definition published by At-Bay.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "AtBayQuote",
  "version": "v2",
  "description": "Structural breakdown of the At-Bay Quote resource as exchanged via the Partner API.",
  "fields": [
    { "name": "quote_identifier", "type": "string", "required": true, "description": "Stable polling key for the quote." },
    { "name": "company_id", "type": "string", "required": true, "description": "Identifier for the insured company." },
    { "name": "status", "type": "enum", "required": true, "values": [
        "quote_pending", "quote_referred", "quote_open", "quote_bind_requested",
        "quote_declined", "quote_expired", "quote_revoked", "quote_not_bound",
        "policy_active", "policy_cancelled", "policy_expired"
      ]
    },
    { "name": "insurance_product", "type": "enum", "required": true, "values": ["CYB", "TEO", "MPL"] },
    { "name": "premium", "type": "number", "required": false },
    { "name": "coverage_limit", "type": "integer", "required": false },
    { "name": "retention", "type": "integer", "required": false },
    { "name": "effective_date", "type": "date", "required": false },
    { "name": "expiration_date", "type": "date", "required": false },
    { "name": "broker_of_record", "type": "object", "required": false, "subfields": [
        { "name": "broker_id", "type": "string" },
        { "name": "agency_id", "type": "string" }
      ]
    }
  ],
  "lifecycle": {
    "create": "POST /quotes returns quote_identifier with status=quote_pending",
    "poll": "GET /quotes/{quote_identifier} every ~10s until status leaves quote_pending",
    "bind": "POST /quotes/{quote_identifier}/bind transitions to quote_bind_requested then policy_active",
    "renewal": "Auto unless paused via POST /policies/{policy_id}/pause-auto-renewal"
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • 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 JSON Structure
curl "https://apis.io/api/v1/json-structures/at-bay-quote-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.