/
WA
wachete
/
Wachete API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 6h ago · Updated 1mo ago
Details
Filter operations
data
1
get
Retrieve history for wachet
folder
4
get
Retrieve content of folder including wachets and subfolders
delete
Delete folder with all subfolders and wachets
post
Add or update folder
post
Move tasks and folders to specified folder
notification
2
get
Retrieve triggered notifications ordered from newest to oldest
get
Retrieve notification content as HTML (same as what was sent in notification email)
task
5
put
Add or update wachet
get
Retrieve wachet definition
delete
Delete wachet
get
Search for tasks. Maximum 500 tasks are returned. For details see https://www.wachete.com/faq#faq_search
get
Retrieve pages for crawler wachet
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