Skip to main content
GET
List Businesses with Visitor Registration

List Businesses with Visitor Registration

Returns all locations in the network where the visitor registration feature is active. The portal uses this to determine which locations a member can register a visitor for, and to build location pickers in the visitor registration flow.

Authentication

Requires a valid customer bearer token.

Query Parameters

_shape
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

Businesses
array
Array of location objects for locations that have visitor registration enabled.
Businesses[].Id
number
Unique numeric identifier for the location.
Businesses[].UniqueId
string
Globally unique identifier (GUID) for the location.
Businesses[].Name
string
Display name of the location.
Businesses[].WebAddress
string
Subdomain identifier for the location (e.g. "myspace").

Example Response

TypeScript Integration

Usage in Portal

Error Responses

401 Unauthorized
error
The bearer token is missing, expired, or invalid.