SelfServiceCenterTokenResource
Methods
create()
create(email, returnUrl?): Promise<{
status: string;
}>Parameters
Returns
Member
Type
Value
Throws
Last updated
Was this helpful?
You can use selfServiceCenterToken to create a token for accessing the self service center and sending it to the customer
create(email, returnUrl?): Promise<{
status: string;
}>Create self service center token, and send it to the customer in an email.
• email: string
Customer's email address
• returnUrl?: string
Self service center url to use in the email
Promise<{ status: string; }>
The status of the request
status
string
-
ServerError - Thrown if the request fails
Last updated
Was this helpful?
Was this helpful?