Retrieve a list of forms

Retrieve a list of forms. The fields on the form can be used with other
form endpoints (/loan_applications).

For example, to be able to update or create a loan_application, a call to /forms is
needed to see what fields are available for the loan application. After
the fields are obtained, a POST or PATCH call can be made to /loan_applications
or /loan_applications/{loan_application_guid} respectively to update the values
for that loan application, using the key from the field.

Contact nCino Mortgage support if any changes need to be made to the form i.e.
change key names

Language
Credentials
Bearer
Token:
Click Try It! to start a request and see the response here!