v6
OpenAPI 3.1.02026-08-0331136162.2 KBUnits v2
Retrieve a unit
Retrieves comprehensive details for a specific unit.
Returns full unit information including address, physical characteristics, floor plan details, pricing, and availability information.
Unit IDs: Unit IDs are permanent and unique across the system. Use the same ID format returned from the list units endpoint.
get/v2/properties/{property_id}/units/{unit_id}
Path parameters
property_idstring required
The property ID
The property ID
unit_idstring required
The unit ID (numeric)
The unit ID (numeric)
Response
Successful Response
Example response
{
"building_id": "501",
"address": {
"street_address": "123 Main Street",
"city": "San Francisco",
"state": "CA",
"postal_code": "94105",
"country": "US"
}
}