Online Booking with Street

Provided online viewings are enabled, each property will have a unique URL where viewings can be booked in.

This url can be found in the viewing_booking_url attribute contained within the property data returned by the property feed API.

Alternatively, it can be constructed manually: https://street.co.uk/platform/properties/{uuid}/book-viewing, though this is typically not recommended, as the URL is subject to change.

In addition, online booking can be selectively enabled/disabled for individual properties. If online booking is disabled for a property, the viewing_booking_url will be left empty (null).

If the URL is constructed manually rather than obtained through the API, there will be no way to automatically determine if online booking is enabled.

The URL can be used in a couple of different ways:

  • One could simply provide a link to that page, where the user can book in a viewing. Once the booking is complete, (or if booking fails for any reason) we will link back to the agent’s website

  • Alternatively, one could look to embed this page directly using an iframe. This might be preferable in order to keep the user on the website without needing to redirect away