DATE:
AUTHOR:
Nathan Mojica
New Feature
Product & API SightMap

Added a ‘SightMaps’ Resource to the SM REST API.

DATE:
AUTHOR: Nathan Mojica

What's changing? 

We've added a new 'SightMaps' resource to the SightMap REST API with a GET method that retrieves all SightMaps associated with a specific asset. This enables you to programmatically discover and reference SightMap IDs for any property in your portfolio. This update went live in October 2025.

What to expect: 

You can now make an API call to retrieve a complete list of all SightMaps configured for any asset, including key metadata like SightMap names, tags, and creation timestamps. This streamlines workflows that require SightMap identification and enables better automation of multi-SightMap property management. This can be used to fetch the primary SightMap ID for an asset, which is needed to make the request to the ‘All In Pricing’ endpoint. 

What do you need to do? 

To utilize this new functionality, take the following steps:

  • Request the new permission: Contact your SightMap administrator to grant the read permission for your API consumer account.

  • Make the API call: Send a GET request to /assets/{asset}/multifamily/sightmaps using your asset ID. The response will include sightmap_id, asset_id, sightmap_name, tags, created_at, and updated_at for each SightMap.

Full documentation is available in the SightMap REST API docs under the ‘SightMaps’ resource.

Powered by LaunchNotes