Skip to content

List your brokerage's submissions

GET
/broker/submissions
curl --request GET \
--url 'https://api.hedgespecialty.com/api/v1/broker/submissions?status=intake&offset=0' \
--header 'Authorization: Bearer <token>'

Newest first. All filters are optional; a bare call returns the full book.

status
string
Allowed values: intake preparing marketing quoting binding bound issued lost cancelled

Exact submission state. Unknown values return 422 with the valid list.

search
string
<= 256 characters

Case-insensitive match on the insured name (literal, wildcards are escaped).

limit
integer
>= 1 <= 500

Max rows to return. Unbounded when omitted.

offset
integer
0

Rows to skip, for paging with limit.

updated_since
string format: date-time

Only submissions updated at or after this timestamp (delta sync).

Submission list

Invalid filter (e.g. limit over 500)