Jump to Content
TodoApi
API Reference
v1.0

Log InTodoApi
API Reference
Log In
v1.0API Reference
All
Pages
Start typing to search…

FastAPI

  • auth
    • Login For Access Tokenpost
    • Todo Logoutpost
  • users
    • Get Current Userget
    • Create New Userpost
    • Get User By Idget
    • Update Userput
    • Delete Userdelete
  • tasks
    • Create New Taskpost
    • Get Filtered Tasksget
    • Get Task By Idget
    • Update Taskput
    • Delete Taskdelete
    • Patch Taskpatch
    • Get Task Commentsget
  • comments
    • Create Commentpost
    • Get Comments By Task Idget
    • Get Comment By Idget
    • Delete Commentdelete
    • Update Commentput
Powered by 

Todo Logout

post http://localhost:8080/api/v1/auth/logout
Language
Click Try It! to start a request and see the response here!