Search the blank application-form catalog
GET
/broker/forms
const url = 'https://api.hedgespecialty.com/api/v1/broker/forms';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/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.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”q
string
Responses
Section titled “Responses”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" }]