API Specifications
Post Request
Post Request Authorization
Authorization: Bearer 0a930e7f-4a96-4388-8c12-c901a161084e_409cc5f2-4008-11aa-84a4-0b68f163f439Post Request Body
{
"productTypes": [
"loans"
],
"personalInformation": {
"firstName": "John",
"lastName": "Doe",
"email": "[email protected]",
"city": "New York",
"state": "NY",
"primaryPhone": "2125556789",
"address1": "175 5th Ave",
"address2": "",
"zipcode": "10010",
"dateOfBirth": "1992-10-04",
"citizenshipStatus": "citizen",
"ssn": "111-22-3333"
},
"loanInformation": {
"purpose": "auto_refinance",
"amount": 20000
},
"financialInformation": {
"employmentStatus": "employed",
"annualIncome": 200000,
"monthlyHousingPayment": 1200
},
"mortgageInformation": {
"propertyStatus": "own_outright"
},
"vehicleInformation": {
"monthlyPayment": 510,
"estimatedMileage": 2700,
"vehicleUuid": "f4af8d7a-712b-401f-a4a0-0d5edde5970a"
},
"legalInformation": {
"consentsToFcra": true,
"consentsToTcpa": true,
"fcraLanguage": "I am providing written consent under the Fair Credit Reporting Act (FCRA) for {Insert Company Name}, and its partners and financial institutions to obtain consumer report information from my credit profile.",
"tcpaLanguage": "I agree to be contacted by Engine by MoneyLion and its partners at the telephone number(s) I have provided above to explore personal loan offers, including contact through automatic dialing systems, artificial or pre-recorded voice messaging, or text message. I understand my consent is not required as a condition to purchasing any goods or services from anyone."
}
}Querying the Vehicles Endpoint & Creating Dropdown Menus
Response
Asynchronous & Synchronous Flow Responses
Asynchronous Flow
Synchronous Flow
Response Parsing
Errors
Last updated
Was this helpful?