v4.1.0
over 2 years ago by ReadMe API
Summary
This version of the api includes minor enhancements a few API's, including the Account Opening API. In addition, we've added a new overarching concept to the Public API, Custom Fields
! This concept will be slowly extended to more and more resources as time goes on and provides a flexible way for customers to add custom tags to Blend resources and query based on the values of these custom tags. For more information, please see the Custom Fields
user guide at https://developers.blend.com/blend/docs/custom-fields-on-resources.
Home Lending API
Non-Breaking Changes
-
Applications Endpoints
- Added the
loginMethod
field to thebody.parties
response for theGET /home-lending/applications
endpoint. - Added the
custom_field_query
query parameter to theGET /home-lending-applications
endpoint. This query parameter allows you to pass in query filters of the formatcustom_field_query=custom_field_name=custom_field_value
. If passed in, the endpoint will only return applications who have a custom field that satisfies the condition. - Added the
createdBy
subobject and theloginMethod
field to thebody.parties
field of the response body for theGET /home-lending/applications/:id
endpoint. - Added the
customFields
subobject to the request body and the response body for thePOST /home-lending/applications
endpoint. - Added the
customFields
subobject to the request body for thePATCH /home-lending/applications/:id
endpoint. - Added the
loginMethod
field to thebody.parties
field of the response body for theGET /home-lending/applications/:id/parties
endpoint. - Added the
customFields
subobject to each of the records in thedocuments
field of the response body for theGET /home-lending/applications/:id/documents
endpoint. - Added the
appSource
field to thePATCH /home-lending/applications/:id
endpoint request body. - Added the
GET /home-lending/applications/employers/verified
endpoint. - Added the
POST /home-lending/applications/employers/reverify
endpoint.
- Added the
-
Documents Endpoints
- Added the
customFields
subobject to the response for theGET /documents
endpoint. - Added the
custom_field_query
query parameter to theGET /documents
endpoint. This query parameter allows you to pass in query filters of the formatcustom_field_query=custom_field_name=custom_field_value
. If passed in, the endpoint will only return applications who have a custom field that satisfies the condition. - Added the 'customFields
subobject of the response body for the
GET /documents/:id/metadata` endpoint. - Added the
customFields
subobject to the request body and the response body for thePOST /documents
endpoint. - Added the
customFields
subobject to the request body for thePATCH /documents/:id
endpoint.
- Added the
-
Parties Endpoints
- Added the
customFields
subobject to the request body for thePATCH /parties/:id
endpoint. - Added the
customFields
subobject to the request body and the response body for thePOST /parties
endpoint.
- Added the
Account Opening API
Non-Breaking Changes
- Added
rejectedApplicants
andmetadata
fields to the response body of theGET /account-applications/:id
endpoint. - Added
employmentStatus
andmaritalStatus
fields toapplicants
andrejectedApplicants
within the response body of theGET /account-applications/:id
endpoint. - Added the
applicantRejected
,applicationRejected
andapplicantReadyForDecisioning
values to the enum for thebody.integrationEvent.type
field in thePATCH /account-applications/:id
request body. - Added
accessLimits
to thePATCH /account-applications/:id
request body.
Close API
Non-Breaking Changes
- Added the
POST /close/closings/{id}/external-enote
endpoint. This endpoint allows you to add an ENote from a vault managed outside of Blend. - Added the
PUT /close/closings/{id}/pre-closing-documents
endpoint. This endpoint adds draft pre-closing documents to a closing or updates their document type if it has changed since their last addition. - Added the
POST /close/closings/{id}/pre-closing-documents/send
endpoint. This endpoint moves any pre-closing documents out of a draft state and sends them to the settlement agent. - Added 'scheduledCeremonyTime
and
timezoneto the
PATCH /close/closings/:id` endpoint request body.
Reporting API
Non-Breaking Changes
- Added borrower userAgent to borrowers endpoint