v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Property Media

Create Virtual Tour URL

Insert a virtual tour URL for a specific property

post/properties-api/property-media/virtual-tour/{propertyId}

Path parameters

propertyIdstring required
Example:5b2149c9f579400024388c47

The ID of the property

Request body

urlstring uri required

The virtual tour URL (HTTPS only). Send empty string to remove the URL.

Example request

{
  "url": "https://example.com/virtual-tour"
}

Response

Virtual tour URL created successfully