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.

Branch Quote to Bind API is published by Branch on the APIs.io network.

Tagged areas include Insurance, Home Insurance, Auto Insurance, Umbrella Insurance, and Quote. The published artifact set on APIs.io includes API documentation, authentication docs, and a support channel.

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
- 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:[email protected]