/
WA
wachete
/
Wachete API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8h ago · Updated 1mo ago
Details
Filter operations
data
1
folder
4
notification
2
task
5
user
3
post
Login user and return token user token. This method works only for email+password accounts. It doesn't work for facebook/google/microsoft login!
post
Login user and return user token. UserId and ApiKey could be retrieved in the user profile.
post
Invalidates all issued tokens
user
Login user and return token user token. This method works only for email+password accounts. It doesn't work for facebook/google/microsoft login!
post
/thirdparty/v1/user/login
Request body
ClientLoginRequest
required
email
string
nullable
password
string
nullable
expiresInSec
integer
nullable
Response
Success
ClientLoginResponse
required
token
string
nullable
expiresInSec
integer
Changes