π΅Forget Profile
1. Create Session Token :
First Step When Customer Click On Forget You Have To Initialize Session First By Creating Session Token Using The Following API :
post
Authorizations
AuthorizationstringRequired
Please insert JWT with Bearer into field
Header parameters
Accept-LanguageStringOptional
Body
tenantIdstring | nullableOptional
tenantSecretstring | nullableOptional
Responses
200
Success
400
Bad Request
post
/api/v1/Auth/GenerateForgetSessionTokenForOrganization2. Import eNROLL JS File in index.html :
3. Add Div Element With Specifying Id For This Div
4. Initialize eNroll Component Any Where In Your JS File After Document Is Loaded:
Last updated