You are on page 1of 2

Description Method Domain URL

User Registration POST https://idelivery-demo.apssoft.co/


/api/signup

User Login POST https://idelivery-demo.apssoft.co/


/api/login

User request for POST https://idelivery-demo.apssoft.co/


/api/request-password-reset
password reset
user contact POST https://idelivery-demo.apssoft.co/
/api/contact

User Change Password POST https://idelivery-demo.apssoft.co/


/api/reset-password/
(Without Logged in)
User request for email POST https://idelivery-demo.apssoft.co/
/api/request-verification-email/
verification
User verify the email GET https://idelivery-demo.apssoft.co/
/api/verify-email

User Dashboad GET https://idelivery-demo.apssoft.co/


/api/dashboard

User Profile POST https://idelivery-demo.apssoft.co/


/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