Information
- OpenAPI version:
3.1.0
Submit commercial insurance risks to Hedge programmatically and track them to quote. One rail, two doors:
client_credentials grant. Submissions
made with a machine credential must name a producer_email.The contract is gaps-driven: create a submission with minimal data,
upload what you have, and read GET /broker/submissions/{id}/requirements
for exactly what each matched market still needs. Answer carrier
questions for instant-quote markets, then finalize to start marketing.
All endpoints are scoped to YOUR brokerage by the token, there is no
cross-tenant access. Base URL: https://api.hedgespecialty.com/api/v1.
Changes are additive-only on this version. Breaking changes ship as a new version with notice to integrated partners.
Broker access token. Scopes: broker_mcp (read), broker_submit
(write). Per-user tokens come from the OAuth authorization-code +
PKCE flow (/oauth/authorize → /oauth/token); machine tokens
from client_credentials, using an API key created self-serve in
the broker portal (Settings → API keys) or issued by Hedge ops.
Access tokens live 60 minutes.
Security scheme type: http