# Deal Properties

> Access properties associated with deals in the Lev API.

Source: https://www.lev.com/docs/build/deal-properties

Last updated: March 2026

---
## List Properties

### `GET /api/external/v2/deals/{deal_id}/properties`

List properties associated with a deal

#### Path Parameters

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `deal_id` | `integer` | Yes | The deal ID |

Response: `200`

#### Error Responses

- **401** (unauthorized): Authentication required
- **404** (not_found): Deal not found

## Property Object

| Field | Type | Description |
|-------|------|-------------|
| `id` | integer | Property identifier |
| `name` | string\|null | Property name |
| `address` | string\|null | Street address |
| `city` | string\|null | City |
| `state` | string\|null | State (2-letter code) |
| `zip` | string\|null | ZIP code |
| `asset_type_id` | integer\|null | Asset type ID |
| `units` | integer\|null | Number of units |
| `square_footage` | number\|null | Total square footage |
| `year_built` | integer\|null | Year the property was built |