Fat Agent APIs / Leads

Live on Dev

Leads

Post a lead into Fat Agent. Life, auto, and home each have their own folders. Annuity is next. These are this API’s fields — not Fat Agent Standard objects.

Open playground →

Create a life lead

POST /api/vendor/life/upload. vendor_id, user_id, and referrer_id must be filled before Send.

lead-data

Who the lead is, who owns it, and how it arrived.

FieldTypeRequiredDescription
vendor_idstringYes

Vendor account that is posting the lead

user_idstringYes

Agent who will own the lead

referrer_idstringYes

Referrer or campaign owner

referrer_urlstringNo

Page or site the lead came from

product_typeenumYes

Line being posted

Allowed: Life Insurance

first_namestringYes

First name

last_namestringYes

Last name

emailstringYes

Email address

cell_phonestringYes

Mobile phone

dobstringNo

Date of birth. This API uses MM/DD/YYYY

genderenumNo

Gender

Allowed: Male, Female

marital_statusenumNo

Marital status

Allowed: Single, Married, Divorced, Widowed, Separated

addressstringNo

Street address

citystringNo

City

statestringYes

Two-letter state

zipcodestringNo

ZIP code

countrystringNo

Country

utm_sourcestringNo

Traffic source, such as facebook

utm_mediumstringNo

Medium, such as cpc

utm_campaignstringNo

Campaign name

utm_contentstringNo

Ad or content name

utm_termstringNo

Search term

publisher_namestringNo

Publisher, when a vendor uses one

channel_namestringNo

Channel name

coverage-data

What they want quoted.

FieldTypeRequiredDescription
productstringYes

Life product. GET life reference returns the live list

coverage_amountstringYes

Face amount

health-data

Health answers for this lead. These are not Person fields in the Standard.

FieldTypeRequiredDescription
weight_lbsstringNo

Weight in pounds

height_ftstringNo

Height, feet

height_instringNo

Height, inches

tobacco_useenumNo

Tobacco use

Allowed: Yes, No

medicationsenumNo

Whether they take medications

Allowed: Yes, No

medical_conditionsarray[string]No

Conditions. GET life reference returns the live list

Allowed: Diabetes, Heart Disease, Stroke

Allowed values

GET /api/vendor/life/reference returns the live menus. No request body.