Create Customer Portal
Creates a new customer portal magic link with configurable features.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Configuration for a customer portal
Filter configuration for resources based on their custom_metadata. Each filter specifies a field, operation, and value to match against resource custom_metadata.
The ID of the customization profile to use for the portal.
Whether to exclude the option to select a locale within the portal UI.
Whether the portal is embedded in another application.
Configuration for the landing page when the portal loads.
The locale to use for the portal.
en-US, pt-PT, fr-FR, it-IT, es-ES, de-DE, nl-NL, el-GR, pl-PL, ru-RU Navigation mode for the portal. 'restricted' tells frontend to hide navigation UI, typically used for embedded deep links.
full, restricted Response
OK
Represents a Customer Portal. Customer Portal is a hosted, customizable interface for managing device access. It enables you to embed secure, pre-authenticated access flows into your product—either by sharing a link with users or embedding a view in an iframe. See the customer_portal object.