Clone a Refinancing Application

Should a user want to submit another application for refinancing offers, instead of having to rebuild a new application from scratch, we've exposed this endpoint to clone an existing application. Simply send a POST request with the applicationId for the application you'd like to clone in the body to the above route. The response will contain a fresh copy of that application with a new applicationId and a reference to the application it was cloned from.

Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!