Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

CustomerCreatePasswordResetTokenParams

Parameters for the customerCreatePasswordResetToken API endpoint

export interface CustomerCreatePasswordResetTokenParams {
	email: string;
	expose?: boolean;
}

Properties

NameRequiredTypeDescription
emailRequiredstring
exposeOptionalboolean

On this page