v4.2.0
about 2 years ago by ReadMe API
Summary
This version of the api includes minor enhancements to a few API's. We've added a few new fields to expose more of the data in Blend and also added new values to enums. We've also made some quality of life improvements to the structure of some of the API schemas. As this is a minor version release, there are no non-breaking changes included in this release.
Home Lending API
Non-Breaking Changes
- Documents Endpoints
- Added new property
additionalEntities
in the response body for the 'GET /documents/id/metadata. It is an object that contains a propertyaccountOpeningApplicant
that is an array of Applicant IDs
- Added new property
Account Opening API
Non-Breaking Changes
- Slight changes to how Job Title and Employer are returned in the
GET /account-applications/:id
endpoint. If the employment status of the applicant is "unemployed", returns the previous Job Title and Employer - Added
beneficiariesConsentIndicator
field to the response body of theGET /account-applications/:id
endpoint. - Added
citizenshipStatus
andsex
fields toapplicants
andrejectedApplicants
within the response body of theGET /account-applications/:id
endpoint. - Added the
type
filed toapplicants[].identityVerification
andrejectedApplicants[].identityVerification
within the response body of theGET /account-applications/:id
endpoint. - Added the
MINOR
value to the enum for theapplicants[].type
field in the response body of theGET /account-applications/:id
endpoint. - Added the
PROVISIONAL_CREDIT
value to the enum for theaccounts[].accessLimits[].type
field in thePATCH /account-applications/:id
request body.
Packages API
Non-Breaking Changes
GET /packages
returns a named object array instead of an arrayPOST /packages
removed the fieldName attribute from all tab arrays
Users API
Non-breaking Changes
- Lenders Endpoints
- Added
firstName
andlastName
to the response body for theGET /lenders
endpoint.
- Added
Events API
Non-Breaking Changes
- Events Endpoints
- Added
createdAt
field in the response body ofGET /events
andGET /events/:id
endpoints
- Added