Eisenhower Matrix
Number of APIs: 8
This collection lets you organize your tasks with ease

Also you can visit the site and login with your credentials and can have a look at your tasks.
Prerequisites:- - add your email and password in the Eisenhower Api Environment. - get token after signing up or you can login too if you already have an account. - Paste the token in the environment.
-
Signup User POST https://eisenhowermatrixapp.herokuapp.com/users
-
login User POST https://eisenhowermatrixapp.herokuapp.com/users/login
-
Post Todo POST https://eisenhowermatrixapp.herokuapp.com/todos/{{token}}
-
Get Todos GET https://eisenhowermatrixapp.herokuapp.com/todos/{{token}}
-
Delete Todo with id DELETE https://eisenhowermatrixapp.herokuapp.com/todos/{{token}}/{{todoid}}
-
Update Todo PATCH https://eisenhowermatrixapp.herokuapp.com/todos/{{token}}/{{todoid}}
-
Slack help POST {{slackHook}}