v1
latestOpenAPI 3.0.32026-07-2632131.4 MBProperty Media
Get Virtual Tour URL
Retrieve the virtual tour URL for a specific property
get/properties-api/property-media/virtual-tour/{propertyId}
Path parameters
propertyIdstring required
Example:5b2149c9f579400024388c47
The ID of the property
Response
Virtual tour URL retrieved successfully
Example response
{
"propertyId": "5b2149c9f579400024388c47",
"virtualTour": {
"url": "https://example.com/virtual-tour",
"updatedAt": "2024-01-01T12:00:00Z",
"updatedBy": "user@example.com"
}
}