Interface: MountForgotPasswordPayload
Configuration for mounting a password recovery interface.
This interface extends the core embed configuration to provide a complete password recovery flow. It allows users to request password resets and enter verification codes to regain access to their accounts.
Extends
Properties
baseURL?
optional
baseURL:string
Base URL for API requests.
This specifies the endpoint for all API communications from the embed. If not provided, the system will use the default API URL from the embed environment.
Inherited from
CDNPath?
optional
CDNPath:string
Path to the CDN for static assets.
This URL is used to load images, 3D models, and other static resources required by the configurator. If not provided, the system will use the default CDN path from the embed environment.
Inherited from
customerId
customerId:
string
Identifier for the customer account.
This specifies which customer's products and configurations will be available in the embed. Each customer has their own isolated data and settings.