Markets Hedge expects to approach for a draft
GET
/broker/submissions/{submission_id}/appetite-preview
const url = 'https://api.hedgespecialty.com/api/v1/broker/submissions/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/appetite-preview';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/appetite-preview \ --header 'Authorization: Bearer <token>'Deterministic preview (no model) of the in-appetite markets for a submission’s lines, classification and state, filtered by your brokerage’s market visibility. Informational; marketing never waits on it.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”submission_id
required
string format: uuid
Responses
Section titled “Responses”{markets: [{market_id, name, program, program_category, lines: […]}], excluded_market_ids: […]}
Not found (or not your brokerage’s)