The markets being tried, in three categories, with asks, assumptions and quotes
const url = 'https://api.hedgespecialty.com/api/v1/broker/submissions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/markets';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.hedgespecialty.com/api/v1/broker/submissions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/markets \ --header 'Authorization: Bearer <token>'The live picture of the run, grouped the way the clearance email
lists it: Hedge Instant Quote (instant_quote, connected
carrier APIs quoted on recorded favorable assumptions), Hedge
Binding (binding, markets Hedge quotes for you) and Hedge
Specialty (specialty, email markets that need completed ACORDs,
program requirements and loss runs). All three categories are always
present, in that order, even when empty.
Each lane carries its status, submit_ready, needs_from_you (the
broker-actionable asks, only while the lane is gapped),
assumptions (each a pre-bind attestation the producer must
confirm; confirmed: false means still standing) and released
quotes. Deterministic and read-only; poll it after create -
matching usually lands within about 5 minutes, and an empty view
during matching is not “no appetite”.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Responses
Section titled “Responses”The three market categories
object
Always all three categories, in order instant_quote, binding, specialty, empty ones included.
object
The Hedge category of a market program, derived from how Hedge
submits to it. instant_quote (“Hedge Instant Quote”): carrier API,
Hedge fills gaps with favorable assumptions and quotes in minutes;
every assumption is listed for the retail agent to confirm before
bind. binding (“Hedge Binding”): carrier portal, Hedge quotes on
your behalf. specialty (“Hedge Specialty”): email to an
underwriter; completed ACORDs, program supplements and loss runs
are needed and a human reads them, so Hedge does not assume.
Hedge Instant Quote, Hedge Binding, or Hedge Specialty.
object
The Hedge category of a market program, derived from how Hedge
submits to it. instant_quote (“Hedge Instant Quote”): carrier API,
Hedge fills gaps with favorable assumptions and quotes in minutes;
every assumption is listed for the retail agent to confirm before
bind. binding (“Hedge Binding”): carrier portal, Hedge quotes on
your behalf. specialty (“Hedge Specialty”): email to an
underwriter; completed ACORDs, program supplements and loss runs
are needed and a human reads them, so Hedge does not assume.
Broker-actionable asks, present only while the lane is gapped.
One favorable default a carrier adapter filed on the broker’s behalf
to obtain an instant quote. Every assumption is a pre-bind
attestation the producer must confirm; confirmed is false while
it still stands on the carrier session and true once the broker’s
confirmation retired it.
object
A released, firm quote on the lane (indications never appear here).
object
Present only when this quote supersedes an earlier released price.
Example
{ "categories": [ { "category": "instant_quote", "lanes": [ { "program_category": "instant_quote", "quotes": [ { "premium": "$8,559" } ] } ] } ]}Not found (or not your brokerage’s)