Which markets have appetite for a class of business
GET
/broker/appetite
const url = 'https://api.hedgespecialty.com/api/v1/broker/appetite?q=example';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/appetite?q=example' \ --header 'Authorization: Bearer <token>'Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”q
required
string
Risk description, e.g. roofing contractor
state
string
lob
string
Responses
Section titled “Responses”Ranked markets with lines and matched programs
Daily appetite-check limit reached