Branch Quote to Bind API

Branch's Quote to Bind GraphQL API exposes everything an affinity partner needs to go from initial quote to final purchase of Branch home + auto (and optional umbrella) insurance without leaving their platform. Partners authenticate with an API key in the Authorization header and (when acting on behalf of multiple agencies) an x-affinity-code header. The typical end-to-end flow is requestQuoteV2 -> recalculateQuoteV2 / addCar / addDriver -> requestBind, after which the offer becomes a bound policy retrievable via getBoundPoliciesByOfferId and getPolicyDocuments. Offers are immutable — any modification produces a new offer ID, and all prior versions remain queryable via getOffer. Partners may complete the entire purchase flow via the API or hand the customer off to ourbranch.com at any step (customize, review, checkout, sign-documents) and retain attribution. Policy-bound and documents-signed notifications are offered via webhook (instant) or scheduled CSV reporting to SFTP / S3. "Enhanced" calls (enhancedGetOffer etc.) return additional data such as driver date of birth and require enhanced-data access. A staging endpoint at https://staging.v2.api.ourbranch.com mirrors production with a shared test-user universe.

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/branch-quote-to-bind-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 email required.

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

API entry from apis.yml

apis.yml Raw ↑
aid: branch-insurance:branch-quote-to-bind-api
name: Branch Quote to Bind API
description: Branch's Quote to Bind GraphQL API exposes everything an affinity partner needs to go from
  initial quote to final purchase of Branch home + auto (and optional umbrella) insurance without leaving
  their platform. Partners authenticate with an API key in the Authorization header and (when acting on
  behalf of multiple agencies) an x-affinity-code header. The typical end-to-end flow is requestQuoteV2
  -> recalculateQuoteV2 / addCar / addDriver -> requestBind, after which the offer becomes a bound policy
  retrievable via getBoundPoliciesByOfferId and getPolicyDocuments. Offers are immutable — any modification
  produces a new offer ID, and all prior versions remain queryable via getOffer. Partners may complete
  the entire purchase flow via the API or hand the customer off to ourbranch.com at any step (customize,
  review, checkout, sign-documents) and retain attribution. Policy-bound and documents-signed notifications
  are offered via webhook (instant) or scheduled CSV reporting to SFTP / S3. "Enhanced" calls (enhancedGetOffer
  etc.) return additional data such as driver date of birth and require enhanced-data access. A staging
  endpoint at https://staging.v2.api.ourbranch.com mirrors production with a shared test-user universe.
humanURL: https://docs.v2.api.ourbranch.com/
baseURL: https://api.ourbranch.com/
tags:
- Insurance
- Home Insurance
- Auto Insurance
- Umbrella Insurance
- Quotes
- Bind
- Policy
- GraphQL
- Embedded Insurance
- Partner API
tags_raw:
- Insurance
- Home Insurance
- Auto Insurance
- Umbrella Insurance
- Quote
- Bind
- Policy
- GraphQL
- Embedded Insurance
- Partner API
properties:
- type: Documentation
  url: https://docs.v2.api.ourbranch.com/
- type: Documentation
  url: https://docs.v2.api.ourbranch.com/request-quote-v2
- type: Documentation
  url: https://docs.v2.api.ourbranch.com/recalculate-quote-v2
- type: Documentation
  url: https://docs.v2.api.ourbranch.com/example-calls
- type: Documentation
  url: https://docs.v2.api.ourbranch.com/lookups-json
- type: Documentation
  url: https://docs.v2.api.ourbranch.com/error-and-offering-codes-table
- type: Documentation
  url: https://docs.v2.api.ourbranch.com/coverages-table
- type: Documentation
  url: https://docs.v2.api.ourbranch.com/timeouts
- type: Sandbox
  url: https://staging.v2.api.ourbranch.com
- type: Sandbox
  url: https://studio.apollographql.com/public/Branch-Quote-to-Bind-Staging/explorer?variant=current
- type: Authentication
  url: https://docs.v2.api.ourbranch.com/#api-key-authorization
- type: Webhooks
  url: https://docs.v2.api.ourbranch.com/#policy-bound--documents-signed-notifications-and-reporting
- type: Support
  url: mailto:api@ourbranch.com
- url: graphql/branch-insurance-graphql.md
  type: GraphQL