Get a loan agreement by id
Retrieve a loan agreement by its id
Path parameters
loan_agreement_id
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
This endpoint returns an object.
id
application_id
The application_id
of the corresponding loan application the agreement is for
created_on
Timestamp the loan agreement object is created on
document_url
Url where the loan agreement document is hosted
status
The status of the document
Allowed values:pending_signature signed expired
type
The type of document
Allowed values:credit_agreement ach_authorization autopay_ach_authorization credit_disclosure
signature_timestamp
Timestamp of when e-signature is completed
Errors
401
Unauthorized Error
404
Document Not Found Error
429
Rate Limit Error
500
Server Error