Description Method Domain URL
User Registration POST [Link]
/api/signup
User Login POST [Link]
/api/login
User request for POST [Link]
/api/request-password-reset
password reset
user contact POST [Link]
/api/contact
User Change Password POST [Link]
/api/reset-password/
(Without Logged in)
User request for email POST [Link]
/api/request-verification-email/
verification
User verify the email GET [Link]
/api/verify-email
User Dashboad GET [Link]
/api/dashboard
User Profile POST [Link]
/api/profile/
Auth Parameters Fields
"field": "SignupForm[username]"
"field": "SignupForm[email]"
"field": "SignupForm[password]"
"field": "LoginForm[email]"
"field": "LoginForm[password]"
"field": "PasswordResetRequestForm[email]"
"field": "ContactForm[email]"
"field": "ContactForm[password]"
"field": "ContactForm[subject]"
"field": "ContactForm[body]"
token= "field": "ResetPasswordForm[password]"
"field": "ResendVerificationEmailForm[email]"
token=
HttpBearerAuth:
Bearer_Token: user-
>acces_token
HttpBearerAuth: "field": "User[username]"
Bearer_Token: user- "field": "User[email]"
>acces_token "field": "User[mobile]"
"field": "User[newsletter]"