Added the api and response for the logout service

This commit is contained in:
yatmesh
2026-01-06 10:26:01 +00:00
parent e550cdb28a
commit d41bf34101
+14
View File
@@ -17,6 +17,20 @@
"status": 1
}
# Api for the logout : https://api.thecaoffice.com/user/logout
# Logout Input response
{
"sessionToken" :
}
#Logout Output response
{
"code": 1,
"data": null,
"message": "Session Invalid",
"status": 1
}
# Call inout register for prev day - credentials in json file
# call team list using ca office api - credentials in json file
# Api for the team list : https://api.thecaoffice.com/team/list