Skip to main content
GET
/
shopping
/
{portfolio}
/
v1
/
facilities
/
tenant
/
{leadUuid}
Get details for a converted lead
curl --request GET \
  --url https://public-api.prd.monument.io/shopping/{portfolio}/v1/facilities/tenant/{leadUuid} \
  --header 'x-api-key: <x-api-key>'
{
  "unitName": "<string>",
  "unitType": "<string>",
  "floor": "<string>",
  "gateAccessNumber": "<string>",
  "rentalStartDate": "2023-12-25",
  "facilityName": "<string>",
  "facilityAddress": "<string>",
  "facilityOperatingHours": {},
  "facilityPhone": "<string>"
}

Headers

x-api-key
any
required

Api key required to authenticate your request. Please reach out to monument for a key.

Example:

"monument-2230012-2312321"

Path Parameters

leadUuid
string
required

Response

200 - application/json

Details to display to the lead after they have been converted to a tenant

unitName
string
required
unitType
string
required
floor
string
required
gateAccessNumber
string
required
rentalStartDate
string<date>
required
facilityName
string
required
facilityAddress
string
required
facilityOperatingHours
object
required
facilityPhone
string
required