Get collaterals
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters
starting_after
string
Encoded pagination marker to fetch next pageending_before
string
Encoded pagination marker to fetch previous pagelimit
integer
Maximum number of records to returnloan_id
string
Returns the collaterals for the provided loan_id.line_of_credit_id
string
Returns the collaterals for the provided line_of_credit_id.collateral_type
string
Comma-separated list of collateral types to filter by (no whitespaces).text_search
string
Searches bycollateral_idordescription.has_liens
boolean
Filters by collaterals with one or multiple liens.min_valuation_cents
integer
Filters by collaterals with valuation greater than or equal to the provided value.max_valuation_cents
integer
Filters by collaterals with valuation less than or equal to the provided value.latest_valuation_after
string
Filters by collaterals with the latest valuation after the provided date.latest_valuation_before
string
Filters by collaterals with the latest valuation before the provided date.valuation_type
string
Comma-separated list of valuation types to filter by (no whitespaces).
Responses
200
Returns a paginated list of collaterals associated with a loan or a line of credit, if provided. Otherwise, returns all collaterals.404
Entity not found.422
Validation Error500
A server error has occurred.
Example Request
curl --request GET \
--url https://contact/%20sales%20to%20enable%20your%20sandbox/core/v1/secured/collaterals \
--header 'accept: application/json'
Base URL
https://Contact sales to enable your sandbox/core/v1/secured/collaterals