# Download the pre-contractual information for consumer loan Downloads a SECCI form as a PDF, which is the overview of the final offer and the contract. You must share it with the customer to review it prior to the identification and e-signing process. Endpoint: GET /v1/persons/{person_id}/consumer_loan_applications/{application_id}/offers/{offer_id}/pre_contract Version: 1.0 ## Path parameters: - `person_id` (string, required) The of the customer applying for the loan. - `application_id` (string, required) The unique ID of the customer's loan application. - `offer_id` (string, required) The unique ID of a loan offer.