Create Customer Portal
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
customer_resources_filters Array of Objects
Filter configuration for resources based on their custom_metadata. Each filter specifies a field, operation, and value to match against resource custom_metadata.
customization_profile_id String
The ID of the customization profile to use for the portal.
exclude_locale_picker Boolean
Whether to exclude the option to select a locale within the portal UI.
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.
navigation_mode String
Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links.
Response
Returns: customer_portal
Last updated
Was this helpful?

