BindRequest

Request to bind a quoted policy

Commercial InsuranceInsuranceProperty and CasualtySmall BusinessWorkers CompensationFortune 1000

Properties

Name Type Description
agent_signature string Agent electronic signature confirming bind intent
payment_method string Payment method for premium
additional_notes string Optional notes for the policy
View JSON Schema on GitHub

JSON Schema

amtrust-financial-services-bind-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amtrust-financial-services/refs/heads/main/json-schema/amtrust-financial-services-bind-request-schema.json",
  "title": "BindRequest",
  "description": "Request to bind a quoted policy",
  "type": "object",
  "required": [
    "agent_signature"
  ],
  "properties": {
    "agent_signature": {
      "type": "string",
      "description": "Agent electronic signature confirming bind intent",
      "example": "John Smith"
    },
    "payment_method": {
      "type": "string",
      "description": "Payment method for premium",
      "enum": [
        "direct_bill",
        "agency_bill"
      ],
      "example": "direct_bill"
    },
    "additional_notes": {
      "type": "string",
      "description": "Optional notes for the policy",
      "example": "Insured prefers monthly installments"
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/amtrust-financial-services-bind-request"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

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

Get an API key

Free tier, no email required.

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