Skip to content

Get all events for a given loan, ordered by `dateCreated` ascending

GET
/api/loan/events
partnerId
required
string format: uuid
loanId
required
string
fromDate
string format: date-time
toDate
string format: date-time
kinds
Array<string>
Allowed values: Add DocumentUpload DocumentRemove DocumentAmend ListedForSale ListingWithdrawn ReviewStart ReviewBuyerPreApproved ReviewSellerRequest ReviewReject SaleCancelled SaleBuyerCommitted SaleSellerCommitted SaleClosed SaleReverted Payment PaymentAmend PaymentRevert InDefault WrittenOff SellerAmend BuyerTagAmend

OK

Array
One of:
object
kind
required
string
Allowed values: Add DocumentUpload DocumentRemove DocumentAmend ListedForSale ListingWithdrawn ReviewStart ReviewBuyerPreApproved ReviewSellerRequest ReviewReject SaleCancelled SaleBuyerCommitted SaleSellerCommitted SaleClosed SaleReverted Payment PaymentAmend PaymentRevert InDefault WrittenOff SellerAmend BuyerTagAmend
dateCreated

Date the event occurred

string format: date-time
eventId

The event’s unique id

string
loanId

The loan the event happened to

string
sellerPartnerId

The seller partner’s unique id

string format: uuid
sellerLoanId

The seller partner’s internal loan id

string
listingMetadata
object
loanAmount

The original amount of the loan

number format: double
nullable
percent

Percent of loan for sale

number format: double
nullable
multiplier

Applies a percentage-based premium or discount as a multiplier

number format: double
nullable
dateFunded

Date the loan was funded (close date / origination date)

string format: date-time
nullable
listingTag

The listing tag associated with this loan

string
nullable
interestRate
number format: double
nullable
termMonths
integer format: int32
nullable
interestOnlyPaymentAmount
number format: double
nullable
principalAndInterestPaymentAmount
number format: double
nullable
dateFirstPayment
string format: date-time
nullable
datePaymentTypeConversion
string format: date-time
nullable
isRefinance
boolean
nullable
serviceFee
One of:

If there are any service fees associated with this loan

object
type
required
string
Allowed values: PercentWithFloor Flat
percentAnnual
number format: double
floorFeeMonthly
number format: double
businessType
string
Allowed values: SoleProprietorship LLC Corporation NonProfit Partnership EmployeeOwned Other
businessAddressState
string
nullable
businessAddressCity
string
nullable
businessEmployeeCount
number format: double
nullable
businessIndustry
string
nullable
key
additional properties
privateMetadata
object
c2CLeadId

The associated Connect2Capital lead id

string format: uuid
nullable
businessName

Name of the business

string
nullable
businessAddress
object
line1
string
nullable
line2
string
nullable
city
string
nullable
state
string
nullable
postalCode
string
nullable
key
additional properties

Forbidden

Not Found