Applicant Profile Details
This endpoint returns a complete applicant profile.
Arrays of data include:
- Addresses
- Phone Numbers
- Emails
- Employers
- References
- Identifications
Request
Section titled “Request”Requires Authorization
GET: https://sandbox.approveowl.com/api/v1/applicants/:applicant_id
| Parameter | Type | Description |
|---|---|---|
| :applicant_id | string | The applicant ID |
Example Response
Section titled “Example Response”{ "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, "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": [ { "sources": [ { "type": "Applicant", "description": "James T. Hardesty" }, { "type": "Institution", "description": "Regions Bank" } ] } ], "employers": [], "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" } }, { "full_name": "Marcus Jones", "relationship": "Son", "phone": { "number": "+16825555388" }, "address": { "original_address": "Grand Prairie, TX", "street_address": "", "suite": null, "city": "Grand Prairie", "region": "Texas", "postal_code": null, "latitude": "32.745965", "longitude": "-96.997785" } }, { "full_name": "Alicia Green", "relationship": "Daughter", "phone": { "number": "+12145552189" }, "address": { "original_address": "Arlington, TX", "street_address": "", "suite": null, "city": "Arlington", "region": "Texas", "postal_code": null, "latitude": "32.735687", "longitude": "-97.108066" } }, { "full_name": "Preanna Adams", "relationship": "Friend", "phone": { "number": "+14695554037" }, "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" } ]}