- API v2.0
- Job Feed
- Webhooks
AlliedTravelCareers API v2.0
Leads
The leads resource is used to manage application data submitted by leads on AlliedTravelCareers.
List all leads
URL Parameters
No parameters.
Query Parameters
optional
email
Fetch only leads with the specified email address.
optional
date-time
Fetch only leads who submitted their application to your company or were unlocked before the specified date or date/time.
optional
date-time
Fetch only leads who were unlocked by your agency on or before the specified date or date/time.
optional
string
Fetch only leads with the specified first name.
optional
boolean
Fetch only leads who have (1) or have not (0) applied to one of your jobs.
optional
string
Fetch only leads who applied to a job of the specified title.
optional
string
Fetch only leads with the specified last name.
optional
enum
Fetch only leads with the specified license.
Possible enum values:Anesthesia TechnicianAudiologistBoard Certified Behavioral Analyst - School (BCBA)Behavioral Health TechBehavioral TherapistCardiovascular Technologist (CVT)Cath Lab TechCertified Occupational Therapist Assistant (COTA)Clinical Lab Scientist (CLS)Certified Respiratory Therapist (CRT)Certified Surgical Technologist (CST)CT TechCVOR TechCytotech / CytogeneticsDental AssistantDental HygienistDialysis TechDietician/Registered DieticianDirector of Rehab (DOR)DosimetristDual-Modality TechEcho Tech
EEG TechEKG TechEP Tech / EP Lab TechEmergency Medical Technician (EMT)Endo Tech / GI TechHyperbaric Tech (HBOT)Histo TechInterventional Radiology (IR)Licensed Associate Counselor (LAC)Licensed Clinical Social Worker (LCSW)Licensed Professional Marriage CounselorLicensed Independent Substance Abuse Counselor (LISAC)Licensed Master Social Worker (LMSW)Licensed Professional Counselor (LPC)Licensed Professional Clinical Counselor (LPCC)Licensed Social Worker (LSW)Mammography TechMedical Assistant (MA)Medical Laboratory Technician (MLT)Medical Social WorkerMedical TechnologistMicrobiology Tech
Monitor TechMRI TechNeurodiagnostic TechNeurophysiology TechnologistNon-Clinical TechNuclear Medicine TechOB TechOccupational Therapist (OT)Ophthalmic TechnicianOrthopedic TechOccupational Therapist - School (OT)Occupational Therapist Assistant (OTA)Occupational Therapist Assistant - School (OTA)ParamedicPathology AssistantPatient Care Tech (PCT)PerfusionistPharmacistPharmacy TechPhlebotomistPhysical Therapist (PT)Physical Therapy Assistant (PTA)
Polysomnographic / Sleep TechPsychiatric TechPsychologist - SchoolPsychologyPhysical Therapist - School (PT)Radiology TechRadiation TherapistRecreational TherapistRespiratory Therapy TechnicianRegistered Respiratory Therapist (RRT)Surgical First Assistant (SFA)Speech Language Pathologist - School (SLP)Speech Language Pathology Assistant (SLPA)Speech Language Pathology Assistant - School (SLPA)Special Procedures TechSpecial Education Teacher (Sped Teacher)Speech Language Pathologist (SLP)Sterile Processing TechSurgical TechTechnician / TechnologistTelemetry TechUltrasound Tech
Vascular TechX-Ray Tech
optional
enum
Fetch only leads who are licensed in the specified state(s).
Possible enum values:ALAKAZARCACOCTDEFLGAHIIDILINIAKSKYLAMEMDMAMI
MNMSMOMTNENVNHNJNMNYNCNDOHOKORPARISCSDTNTXUT
VTVAWADCWVWIWYCompact
optional
integer
Fetch only leads who live within the specified radius (in miles) of the location provided in lives_within_zip.
optional
string
Fetch only leads who live within the radius (in miles) provided in lives_within_radius of the specified location.
optional
integer
Maximum number of leads to return.
optional
enum
Fetch only leads with at least the specified minimum experience.
Possible enum values:0123456789101112131415161718192021
22232425262728293031323334353637383940414243
44454647484950515253545556575859606162636465
66676869707172737475767778798081828384858687
888990919293949596979899
optional
boolean
Fetch only leads who have not been unlocked by your agency.
optional
phone
Fetch only leads with the specified phone number.
optional
enum
Sort by the specified field. Defaults to ascending order; for descending order, put a - (hyphen) in front of the field name.
For example: -sent would sort the leads in descending order based on the date/time they submitted their application to your agency.
idnamestatelicensesent
optional
date-time
Fetch only leads who submitted their application to your company or were unlocked after the specified date or date/time.
optional
date-time
Fetch only leads who were unlocked by your agency on or after the specified date or date/time.
optional
enum
Fetch only leads who reside in the specified state.
Possible enum values:ALAKAZARCACOCTDEFLGAHIIDILINIAKSKYLAMEMDMAMI
MNMSMOMTNENVNHNJNMNYNCNDOHOKORPARISCSDTNTXUT
VTVAWADCWVWIWY
optional
email
Fetch only leads who were unlocked by the specified user.
Example Request
Example Response
[
{
"id": 12345,
"first_name": "John",
"last_name": "Doe",
"address": "1234 Example Street",
"address2": "Suite 5678",
"city": "Louisville",
"state": "KY",
"zip": "40210",
"email": "[email protected]",
"phone": "1234567890",
"license": "OT - School",
"experience": "83",
"sent": "2015-12-08T15:24:35-05:00",
"has_job_apps": true
},
{
"id": 67890,
"first_name": "Jane",
"last_name": "Smith",
"address": "1234 Example Street",
"address2": "Suite 5678",
"city": "Lexington",
"state": "KY",
"zip": "40503",
"email": "[email protected]",
"phone": "1234657890",
"license": "Anesthesia Technician",
"experience": "77",
"sent": "2015-12-08T15:24:35-05:00",
"has_job_apps": false
}
]
<?xml version="1.0"?>
<leads>
<lead>
<id>12345</id>
<first_name>John</first_name>
<last_name>Doe</last_name>
<address>1234 Example Street</address>
<address2>Suite 5678</address2>
<city>Louisville</city>
<state>KY</state>
<zip>40210</zip>
<email>[email protected]</email>
<phone>1234567890</phone>
<license>Resp Tech</license>
<experience>22</experience>
<sent>2015-12-08T15:24:35-05:00</sent>
<has_job_apps>1</has_job_apps>
</lead>
<lead>
<id>67890</id>
<first_name>Jane</first_name>
<last_name>Smith</last_name>
<address>1234 Example Street</address>
<address2>Suite 5678</address2>
<city>Lexington</city>
<state>KY</state>
<zip>40503</zip>
<email>[email protected]</email>
<phone>1234657890</phone>
<license>Vascular Tech</license>
<experience>18</experience>
<sent>2015-12-08T15:24:35-05:00</sent>
<has_job_apps></has_job_apps>
</lead>
</leads>
Retrieve a Lead
URL Parameters
REQUIRED
integer
The ID number of the lead you want to fetch.
Query Parameters
No parameters.
Example Request
Example Response
{
"id": 12345,
"first_name": "John",
"last_name": "Doe",
"address": "1234 Example Street",
"address2": null,
"city": "Louisville",
"state": "KY",
"zip": "40210",
"sent": "2015-12-08T15:24:35-05:00",
"email": "[email protected]",
"phone": "+1234567890",
"license": "Cardiovascular Tech",
"experience": "5",
"licensed_states": "Hawaii",
"contact_time": "Evening",
"preferred_destinations": "South Dakota",
"preferred_cities": "Autem vitae quam tempora ut sunt. Velit esse vel eum nesciunt dignissimos doloribus. Consequatur sunt qui minima aut tenetur voluptatibus libero sit.",
"license_state": "Oklahoma",
"license_date_issued": "02/29/1960",
"license_date_expires": "07/06/1948",
"license_investigated": "Yes",
"license_investigation_details": "",
"employment_history": [
{
"company": "Example Company",
"state": "PA",
"phone": "1234567890",
"start_date": "2021-01-01",
"end_date": null
}
],
"job_applications": [
{
"job_id": 42079,
"title": "Example Job Title",
"reference": "EXAMPLE12356",
"is_direct_app": false,
"created_at": "1985-06-18T09:30:59+00:00"
}
],
"unlocked_by": "Smith, John",
"is_premium": true
}
<?xml version="1.0"?>
<leads>
<lead>
<id>12345</id>
<first_name>John</first_name>
<last_name>Doe</last_name>
<address>1234 Example Street</address>
<address2></address2>
<city>Louisville</city>
<state>KY</state>
<zip>40210</zip>
<sent>2015-12-08T15:24:35-05:00</sent>
<email>[email protected]</email>
<phone>+1234567890</phone>
<license>Histo Tech</license>
<experience>57</experience>
<licensed_states>Louisiana</licensed_states>
<contact_time>Weekends</contact_time>
<preferred_destinations>Colorado</preferred_destinations>
<preferred_cities>Eveniet atque consequatur adipisci a ut aut. Qui sequi nemo cum error ut a est vel.</preferred_cities>
<license_state>Delaware</license_state>
<license_date_issued>03/18/1980</license_date_issued>
<license_date_expires>03/08/1980</license_date_expires>
<license_investigated>No</license_investigated>
<license_investigation_details></license_investigation_details>
<employment_history>
<company>Example Company</company>
<state>PA</state>
<phone>1234567890</phone>
<start_date>2021-01-01</start_date>
<end_date></end_date>
</employment_history>
<job_applications>
<job_id>88529</job_id>
<title>Example Job Title</title>
<reference>EXAMPLE12356</reference>
<is_direct_app></is_direct_app>
<created_at>1956-11-21T13:01:49+00:00</created_at>
</job_applications>
<unlocked_by>Smith, John</unlocked_by>
<is_premium>1</is_premium>
</lead>
</leads>