0% found this document useful (0 votes)
62 views2 pages

Description Method Domain URL

This document outlines various API endpoints for user account functions like registration, login, password resets, and profile management. It lists the HTTP method, domain, URL, authentication parameters, and request fields for endpoints relating to user signup, login, password resets via email, requesting an email verification, verifying an email, viewing the user dashboard, and updating the user profile.

Uploaded by

Andrew Praveen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
62 views2 pages

Description Method Domain URL

This document outlines various API endpoints for user account functions like registration, login, password resets, and profile management. It lists the HTTP method, domain, URL, authentication parameters, and request fields for endpoints relating to user signup, login, password resets via email, requesting an email verification, verifying an email, viewing the user dashboard, and updating the user profile.

Uploaded by

Andrew Praveen
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd

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]"

You might also like