/
AG
agriya
/
OFOS API Endpoints
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
Attachment
2
Cart
5
City
5
Contact
4
Country
5
Coupon
6
Cuisine
4
DeviceDetail
4
EmailTemplate
3
Language
5
MoneyTransferAccount
5
Order
7
Page
5
PaymentGateway
8
Provider
3
Restaurant
6
RestaurantAddon
5
RestaurantCategory
5
RestaurantCuisine
3
RestaurantDeliveryPerson
9
RestaurantDeliveryPersonOrder
4
RestaurantMenu
5
RestaurantReview
5
RestaurantSupervisor
5
RestaurantTiming
5
Role
2
Setting
3
SettingCategory
2
State
5
Stats
1
Transactions
1
Translation
3
UserAddress
5
UserCashWithdrawal
4
Users
13
post
User register
put
Send activation mail
post
User login
get
User social login for Twitter
post
User social login
post
Forgot password
put
Change password
get
Logout user
get
Fetch all users
post
Creates a new user
get
Fetch user
put
Update user by its id
delete
Delete user
Wallet
2
Users
Forgot password
post
/users/forgot_password
Request body
ForgotUser
required
email
string
string
Email ID
access_from
string
access_from.
captcha_response
string
captcha_response.
Response
User Forgot password updated successfully
User
required
user_type_id
integer
User Types
id
integer
created_at
string
updated_at
string
role_id
integer
username
string
email
string
password
string
provider_id
integer
first_name
string
last_name
string
gender_id
integer
dob
string
date
about_me
string
address
string
address1
string
city_id
integer
state_id
integer
country_id
integer
zip_code
string
latitude
number
float
longitude
number
float
phone
string
mobile
string
available_wallet_amount
number
float
last_login_ip_id
string
last_logged_in_time
string
is_active
integer
is_email_confirmed
integer
is_agree_terms_conditions
integer
is_subscribed
integer
Changes