Skip to content

Search the blank application-form catalog

GET
/broker/forms
curl --request GET \
--url https://api.hedgespecialty.com/api/v1/broker/forms \
--header 'Authorization: Bearer <token>'

ACORD baseline plus Hedge/carrier supplemental applications, the same form keys the requirements view lists under forms. q matches key or title (case-insensitive); results cap at 50.

q
string

Matching forms

Media typeapplication/json
Array<object>
object
form_key
string
title
string
is_acord
boolean
page_count
integer
Example
[
{
"form_key": "HEDGE_15_LIQUOR_LIABILITY_SUPPLEMENTAL"
}
]