Mobile_App
API for a web app for selling mobile phone.
Auth
You can sign up new user, log in by current account, forgot, update and reset password.
POSTSign up
https://yolo-shop.fly.dev/api/v1/auth/signup
Sign up new user.
Bodyraw (json)
Example Request
Sign up
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POSTLog In
https://yolo-shop.fly.dev/api/v1/auth/login
Log in current user.
Bodyraw (json)
Example Request
Log In
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers
POSTForgot Password
https://yolo-shop.fly.dev/api/v1/auth/forgot-password
Using this when you forgot your password.
Bodyraw (json)
Example Request
Forgot Password
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers