From bd0328398b77900c199d61136ddec1fda60ce3d9 Mon Sep 17 00:00:00 2001 From: Nikhil KJ Date: Thu, 7 Jul 2022 14:46:29 +0000 Subject: [PATCH] --- Project-details.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Project-details.md b/Project-details.md index e0ea7bd..102c3aa 100644 --- a/Project-details.md +++ b/Project-details.md @@ -16,3 +16,11 @@ Helpful Links: [Deliverables](https://docs.google.com/spreadsheets/d/11FLRwgf3WV 3. Pass the OTP as POST request to http://localhost:8000/workx/auth/token/ `{"email" : "", "token": ""}` 4. If the OTP matches the backend will provide a valid token +## To Test the API on server +**Please change the Base URL to `https://kj.webtrigon.com/workx/`** +Ex: `https://kj.webtrigon.com/workx/auth/email` is the API you should ping if you need the OTP. + +### To get the list of users currently present +Please visit https://kj.webtrigon.com/workx/api/users/ +You can also add the user with appropriate email ID before pinging the authentication APIs +