Get Applicant Info
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
A standard GET call that will retrieve all profile information for the specified applicant.
📘
Secure Fields Skip link to Secure Fields
By default endpoint will not retrieve any sensitive data that is encrypted in our system, such as Personally Identifiable Information (PII). If you require access to additional, secured applicant data, please contact Fountain at support@fountain.com for help.
Examples of secured fields include:
- gender
- ethnicity
- citizenship
- can_work_in_us
- religious_preference
- income_salary
- income_income_tax_dollar_amount
- income_ss_tax
- income_medicare_tax
- income_taxpayer_identification_number
- driver_license_number
- driver_license_expiration_date
- driver_license_state
- ssn
- national_identification_number
- insurance_type
- insurance_benefactor_first_name
- insurance_benefactor_middle_name
- insurance_benefactor_last_name
- insurance_member_id
- insurance_company_group_id
- insurance_company_of_issue
- insurance_country_of_issue
- insurance_city_of_issue
- insurance_issue_date
- insurance_expiration_date
- bank_name
- bank_routing_number
- bank_account_number
- passport_number
- passport_country_of_issue
- passport_city_of_issue
- passport_issue_date
- passport_expiration_date
- vehicle_make
- vehicle_model
- vehicle_year
- vehicle_registration_plate_number
- vehicle_vin_number
- w4_federal_form
- w4_state_form
id
string
required
``200 OK
``401 Unauthorized
Updated3 months ago
ShellNodeRubyPHPPython
xxxxxxxxxx
curl --request GET \
--url https://api.fountain.com/v2/applicants/id \
--header 'accept: application/json'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
200401
Updated3 months ago