Send credentials through a secure channel. We do not need production access until staging passes.
1. Payload we will send
submission_status — allowed values
UNDERWRITING or APPROVED
product_type — allowed values
Term, IUL, Whole Life, Accidental, Health, or Annuity
Accept capitalization and spacing exactly as shown.
Delivery rules
Content-Typewill beapplication/json.- Every request includes all nine fields shown below.
- Each submission gets one unique
submission_id. - Every retry reuses the same
submission_id. annual_premiumis a positive number without$or commas.effective_dateusesYYYY-MM-DD.stateis a two-letter uppercase code.
Copyable example — Underwriting + Term
{
"submission_id": "ef-7f23d9a1-4c18-4db8-9123-0a57dcd41c80",
"agent_name": "Jordan Smith",
"agency": "Execute Financial",
"submission_status": "UNDERWRITING",
"product_type": "Term",
"carrier": "Americo",
"annual_premium": 1200,
"effective_date": "2026-08-01",
"state": "AZ"
}
The example uses UNDERWRITING and Term. We will use the applicable values listed above in each request.
Agency labels — all 22
We will send these labels unchanged. Map aliases on your side.
- Execute Financial
- Sentinel Financial
- Overtime Financial
- Catalyst Financial
- Outlaw Financial
- Status One Financial
- Frequency Financial
- Paladin Life Group
- Impact Financial Group
- Uplift Agencies
- Ascend Financial
- Ladder Financial
- True North Financial
- Nitehawk Financial
- Break Through Financial
- Cobra Financial
- Daybreak Financial
- DIAL U
- Noble Tier Group
- SZN Financial
- Policy Pros
- Genesis Solutions
2. What we need from you
-
Staging access
Send the full tokenized staging endpoint and separate
x-vercel-protection-bypassvalue through a secure channel. -
Changed submission
Tell us the response code, response body, and record behavior when an existing
submission_idarrives with changed data. -
Retry rules
Provide timeout and
5xxretry timing, maximum attempts,429 Retry-Afterbehavior, production rate limit, and the process for resuming after410. -
Agent identity
Explain how you separate same-name agents and handle legitimate name changes.
-
Production
After staging passes, send a separate tokenized production endpoint, rotation/revocation contact, and rotation-notification process.