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-workspaceheader in the request.
To learn more, see Authentication.
Request Parameters
customer_data Object
customization_profile_id String
The ID of the customization profile to use for the portal.
features Object
is_embedded Boolean
Whether the portal is embedded in another application.
landing_page Object
Configuration for the landing page when the portal loads.
locale String
The locale to use for the portal.
customer_resources_filters List
Filter configuration for resources based on their custom_metadata. Each filter specifies a field, operation, and value to match against resource custom_metadata. When multiple filters are provided, a resource must match all of them (AND logic). Applies to both property listings and reservations.
Filter object structure
fieldString — Thecustom_metadatafield name to filter on. Must start with a letter or underscore and contain only alphanumeric characters and underscores.operationString — The comparison operation. Currently only"="is supported.valueString or Boolean — The value to compare against.
Response
Returns: magic_link
Last updated
Was this helpful?

