Push Customer Data
Early Access Preview. The customers API is currently in Alpha. We're actively developing it and seeking early feedback at [email protected]. Expect breaking changes as we refine the design.
Pushes customer data including resources like spaces, properties, rooms, users, etc.
Authentication Methods
API key
Personal access token Must also include the
seam-workspaceheader in the request.
To learn more, see Authentication.
Request Parameters
customer_key String (Required)
Your unique identifier for the customer.
access_grants Array of Objects
List of access grants.
bookings Array of Objects
List of bookings.
buildings Array of Objects
List of buildings.
common_areas Array of Objects
List of shared common areas.
facilities Array of Objects
List of gym or fitness facilities.
guests Array of Objects
List of guests.
listings Array of Objects
List of property listings.
properties Array of Objects
List of short-term rental properties.
property_listings Array of Objects
List of property listings.
custom_metadata Record
Set key:value pairs. Accepts string or Boolean values. Adding custom metadata to a property listing enables you to store custom information, like customer details or internal IDs from your application.
reservations Array of Objects
List of reservations.
residents Array of Objects
List of residents.
rooms Array of Objects
List of hotel or hospitality rooms.
sites Array of Objects
List of general sites or areas.
spaces Array of Objects
List of general spaces or areas.
staff_members Array of Objects
List of staff members.
common_area_keys List
List of unique identifiers for the common areas the staff member is associated with.
facility_keys List
List of unique identifiers for the facilities the staff member is associated with.
property_keys List
List of unique identifiers for the properties the staff member is associated with.
property_listing_keys List
List of unique identifiers for the property listings the staff member is associated with.
tenants Array of Objects
List of tenants.
units Array of Objects
List of multi-family residential units.
user_identities Array of Objects
List of user identities.
users Array of Objects
List of users.
Response
Returns: void
Last updated
Was this helpful?

