get leads


		GET /api/leads
		GET /api/leads/{lead_id}
                

Minimum usage:
https://rest.adtrax.org/api/leads?authorized_uid={YOUR_UID}&authorized_rest_api_key={YOUR_API_KEY}



	Result example :
	
[
  {
    "lead_id": "888888",
    "bridge_id": "99999",
    "bridge_uid": "1264",
    "aff_sub": "",
    "tag_string_local": "",
    "PSID": "",
    "LEAD ACCEPTED": "no",
    "CONVERTED ON OFFER": "no",
    "is_valid": "no",
    "campaign_id": "1234",
    "campaign_name": "USAAssist Leads to Boost (11469)",
    "firstname": "Major",
    "middlename": "",
    "lastname": "Tom",
    "age": "53",
    "email": "shawnasingleton713@gmail.com",
    "marital_status": "",
    "gender": "M",
    "language": "EN",
    "home_phone": "2015556565",
    "work_phone": "",
    "cell_phone": "2015556497",
    "zipcode": "45342",
    "sin_number": "0000000000",
    "lead_type": "",
    "referer": "",
    "source": "bridge",
    "timestamp": "1666701496",
    "yearmonthday": "20221025",
    "uid": "44",
    "lead_status": "Assigned not processed",
    "IPAddress": "000.000.000.000",
    "meta": ""
  }
]
                

QUERY PARAMETERS

Field Type Description
lead_id String (optional) Predefined Unique ID of the lead being queried.