Skip to content

Applicant Profile Details

This endpoint returns a complete applicant profile.

Arrays of data include:

  • Phone Numbers
  • Emails
  • Addresses
  • Employments
  • References
  • Identifications

Requires Authorization

GET: https://sandbox.approveowl.com/api/v1/applicants/:applicant_id

ParameterTypeDescription
:applicant_idstringThe applicant ID
{
"id": "e13a342e-01ee-46ec-828d-e6dbc10896d0",
"full_name": "James T. Hardesty",
"primary_phone_number": "+12145559744",
"created_at": "2023-08-14T12:50:40.480-05:00",
"updated_at": "2023-08-14T12:50:40.480-05:00",
"verified_contact": true,
"consents_to_credit_check": true,
"uploaded_documents_count": 3,
"bank_accounts_count": 1,
"has_assets": true,
"social_security_number": "111-11-1111",
"date_of_birth": "1970-07-06",
"phones": [
{
"label": null,
"number": "+12145559744",
"caller_id_name": "James T. Hardesty",
"phone_type": "mobile",
"sources": [
{
"type": "Applicant",
"description": "James T. Hardesty"
},
{
"type": "Institution",
"description": "Regions Bank"
}
]
}
],
"addresses": [
{
"label": "Current",
"original_address": "1905 South Cooper St., Arlington, TX, 76010",
"duration_in_months": 62,
"start_date": "2018-06-01",
"end_date": null,
"housing_status": "own",
"monthly_payment_amount": 1840.0,
"street_address": "1905 South Cooper Street",
"suite": null,
"city": "Arlington",
"region": "Texas",
"postal_code": "76010",
"latitude": "32.714893",
"longitude": "-97.114341",
"sources": [
{
"type": "Applicant",
"description": "James T. Hardesty"
},
{
"type": "Institution",
"description": "Regions Bank"
}
]
},
{
"label": "Previous",
"original_address": "1520, Arlington, Arlington, TX, 76013",
"duration_in_months": 24,
"start_date": "2016-06-01",
"end_date": "2018-06-01",
"street_address": "1520 North Cooper Street",
"suite": null,
"city": "Arlington",
"region": "Texas",
"postal_code": "76011",
"latitude": "32.758234",
"longitude": "-97.114997",
"sources": [
{
"type": "Applicant",
"description": "James T. Hardesty"
}
]
},
{
"label": null,
"original_address": "5729 N Drury Avenue, Kansas City, MO, 64119",
"duration_in_months": null,
"start_date": null,
"end_date": null,
"street_address": "5729 North Drury Avenue",
"suite": null,
"city": "Kansas City",
"region": "MO",
"postal_code": "64119",
"latitude": "39.199477",
"longitude": "-94.51453",
"sources": [
{
"type": "IdentificationCard",
"description": "ID Card - AZ: T637630336"
}
]
}
],
"emails": [
{
"address": "[email protected]",
"sources": [
{
"type": "Applicant",
"description": "James T. Hardesty"
},
{
"type": "Institution",
"description": "Regions Bank"
}
]
}
],
"employments": [
{
"label": "Current",
"company_name": "Mike's Floors",
"job_title": "Sales Rep",
"start_date": "2016-12-01",
"end_date": null,
"employment_status": "full_time",
"next_pay_date": "2023-08-18",
"payroll": {
"amount": "25.0",
"frequency": "hourly"
},
"phone": {
"number": "+15553255545"
},
"address": {
"original_address": "121 Odel Dr, Weatherford, TX, 76085",
"street_address": "121 Odel Drive",
"suite": "",
"city": "Weatherford",
"region": "TX",
"postal_code": "76085",
"latitude": "32.788798",
"longitude": "-97.801146"
}
}
],
"references": [
{
"full_name": "Shamari Jones",
"relationship": "Daughter",
"phone": {
"number": "+14695556685"
},
"address": {
"original_address": "Arlington, TX",
"street_address": "",
"suite": null,
"city": "Arlington",
"region": "Texas",
"postal_code": null,
"latitude": "32.735687",
"longitude": "-97.108066"
}
}
],
"identifications": [
{
"issuer": "AZ",
"number": "T637630336",
"expires_on": "2023-02-01"
}
]
}