Logo
fastmemo API Documentation

FastMemo

Number of APIs: 34


1. Auth - Logout

GET http://localhost:3000/api/v1/users/logout



2. Users - Update User

PATCH http://localhost:3000/api/v1/users/60e9f2faefa8e415c03cbe96



3. Users - Get All Users

GET http://localhost:3000/api/v1/users/



4. Auth - Update Me

PATCH http://localhost:3000/api/v1/users/updateMe



5. Users - Create User

POST http://localhost:3000/api/v1/users/



6. Users - Delete User

DELETE http://localhost:3000/api/v1/users/60e9fed6ee3abf2414f2a930



7. Notes - Unarchive Note By Id

PATCH {{url}}notes/60ec69174d456f2aeca3fb95/unarchive



8. Users - Get One User By Id

GET http://localhost:3000/api/v1/users/60e9fe344ac1cb27f8ab5269



9. Notes - Get One Note By Id

GET {{url}}api/v1/notes/60f82097fb3bf314f0fc23cf



10. Notes - Get All Notes

GET {{url}}api/v1/notes



ENDPOINTS