Create Customer Portal

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.

Creates a new customer portal magic link with configurable features.

Authentication Methods
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authentication.

Request Parameters

customer_data Object

access_grants List

List of access grants.


bookings List

List of bookings.


buildings List

List of buildings.


common_areas List

List of shared common areas.


customer_key String

Your unique identifier for the customer.


facilities List

List of gym or fitness facilities.


guests List

List of guests.


listings List

List of property listings.


properties List

List of short-term rental properties.


property_listings List

List of property listings.


reservations List

List of reservations.


residents List

List of residents.


rooms List

List of hotel or hospitality rooms.


spaces List

List of general spaces or areas.


tenants List

List of tenants.


units List

List of multi-family residential units.


user_identities List

List of user identities.


users List

List of users.


features Object

connect Object

Configuration for the connect accounts feature.


manage_devices Object

Configuration for the manage devices feature.


organize Object

Configuration for the organize feature.


is_embedded Boolean

Whether the portal is embedded in another application.


Response

magic_link

{
  "building_block_type": "connect_accounts",
  "created_at": "2025-06-16T16:54:17.946594Z",
  "customer_key": "My Company",
  "expires_at": "2025-06-17T16:54:17.946594Z",
  "url": "https://se.am/1234",
  "workspace_id": "67c58f1f-f148-4415-a63c-dc6c145c6b91"
}

Last updated

Was this helpful?