Business & Configuration
List Businesses with Tour
Retrieve all Nexudus locations that have the space tour booking feature enabled.
GET
List Businesses with Tour
List Businesses with Tour
Returns all locations in the network where the space tour feature is active. The portal uses this to determine which locations a prospective member can book a tour at, and to build location pickers in the tour booking flow.Authentication
Requires a valid customer bearer token.Query Parameters
string
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Businesses.Name,Businesses.WebAddress.Response
array
Array of location objects for locations that have the tour feature enabled.
number
Unique numeric identifier for the location.
string
Globally unique identifier (GUID) for the location.
string
Display name of the location.
string
Subdomain identifier for the location (e.g.
"myspace").Example Response
TypeScript Integration
Usage in Portal
Error Responses
error
The bearer token is missing, expired, or invalid.
Related Endpoints
List Businesses with Tour