POST/co-tenant
Co-tenant
Returns geocoding, building footprint, county, and co-tenant mix for a US street address. Use this when you need property-level occupancy context (for example multi-tenant buildings or shared office space) without running a full industry classification.
Base URLhttps://classification.relativity6.com
Request body
| Field | Type | Required | Description |
|---|
| address | string | Required | Street address line (for example `45 Prospect St`). |
| city | string | Required | City name. |
| state | string | Required | US state or region code (for example `MA`). |
| postal | string | Required | Postal or ZIP code. |
Response
| Field | Type | Required | Description |
|---|
| geocode | object | Optional | Coordinates for the requested address when a match is found. |
| lat | number | Required | Latitude. | | lng | number | Required | Longitude. |
|
| structure | object | Optional | Building footprint metadata when available. |
| structure_polygon | string | Optional | Encoded polygon for the matched structure. |
|
| tenants | array | Optional | Businesses identified at or near the address. |
| location_name | string | Optional | Tenant or location label. | | brand_name | string | Optional | Brand name when available. | | naics_code | string | Optional | NAICS code for the tenant when available. | | top_category | string | Optional | High-level category label. | | sub_category | string | Optional | More specific category label. | | street_address | string | Optional | Tenant street address when distinct from the query address. | | city | string | Optional | Tenant city. | | region | string | Optional | Tenant state or region. | | postal_code | string | Optional | Tenant postal code. | | latitude | number | Optional | Tenant latitude. | | longitude | number | Optional | Tenant longitude. |
|
| county_name | string | Optional | County for the matched address. |
| timestamp | string (ISO 8601) | Required | When the response was generated. |
| traceId | string | Optional | Correlation id for support requests. |