| 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 page

- **ending_before**  
  *string*  
  Encoded pagination marker to fetch previous page

- **limit**  
  *integer*  
  Maximum number of records to return

- **loan_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 by `collateral_id` or `description`.

- **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 Error

- ``500``  
  A server error has occurred.

### Example Request

```bash
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
