/
CH
chat-fly
/
ChatFly Backend application
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 49m ago · Updated 2mo ago
Details
Filter operations
Authentication
6
Billing
4
Bot
22
Chat
13
Integration
8
Payment
3
Scraping
16
Slack
4
UI
1
User
13
get
Get Users
post
Create User
delete
Delete User
post
Resend Verify Email
get
Handle Verify
get
Get User
put
Forgot Password
put
Verify Forgot Password
put
Change Password
put
Change Password With Auth
post
Activate Account User
post
Send Email Upgrade
get
Login Callback
get
Get Logger
User
Change Password With Auth
Change password with authentication.
put
/api/user/password
Query parameters
password
string
required
Response
Successful Response
UserSchema
required
User Schema.
id
string
uuid
required
email
string
required
is_active
boolean
required
created_at
string
date-time
nullable
updated_at
string
date-time
Changes