/
/Wachete API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 6h ago · Updated 1mo ago
data1
  • getRetrieve history for wachet
folder4
  • getRetrieve content of folder including wachets and subfolders
  • deleteDelete folder with all subfolders and wachets
  • postAdd or update folder
  • postMove tasks and folders to specified folder
notification2
  • getRetrieve triggered notifications ordered from newest to oldest
  • getRetrieve notification content as HTML (same as what was sent in notification email)
task5
  • putAdd or update wachet
  • getRetrieve wachet definition
  • deleteDelete wachet
  • getSearch for tasks. Maximum 500 tasks are returned. For details see https://www.wachete.com/faq#faq_search
  • getRetrieve pages for crawler wachet
user3
  • postLogin user and return token user token. This method works only for email+password accounts. It doesn't work for facebook/google/microsoft login!
  • postLogin user and return user token. UserId and ApiKey could be retrieved in the user profile.
  • postInvalidates 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

    emailstring nullable
    passwordstring nullable
    expiresInSecinteger nullable

    Response

    Success

    tokenstring nullable
    expiresInSecinteger

    Changes