Class ByProjectKeyCustomersEmailTokenByEmailTokenRequestBuilder
Constructors
constructor
Parameters
- args: {
baseUri?: string;
executeRequest: executeRequest;
pathArgs: { emailToken: string; projectKey: string };
}
Properties
Protected Readonlyargs
args: { baseUri?: string; executeRequest: executeRequest; pathArgs: { emailToken: string; projectKey: string };} Methods
get
get( methodArgs?: { headers?: { [key: string]: string | string[] }; queryArgs?: { expand?: string | string[]; [key: string]: QueryParam }; },): ApiRequest<Customer> Parameters
OptionalmethodArgs: {
headers?: { [key: string]: string | string[] };
queryArgs?: { expand?: string | string[]; [key: string]: QueryParam };
}
Use this method to retrieve a global Customer's details by using the email token during their email verification process.