Skip to content

Structured appetite search (query + lines + state)

POST
/broker/appetite/search
curl --request POST \
--url https://api.hedgespecialty.com/api/v1/broker/appetite/search \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "query": "example", "state": "example", "lines": [ "example" ] }'

The portal’s placement search: a free-text risk description plus optional lines and state, returning ranked markets with matched programs and their Hedge category. Same daily limit as GET /broker/appetite.

Media typeapplication/json
object
query
string
<= 2000 characters
state
string
>= 2 characters <= 2 characters
lines
Array<string>
<= 30 items
Examplegenerated
{
"query": "example",
"state": "example",
"lines": [
"example"
]
}

Ranked markets with matched programs

Daily appetite-check limit reached