Public
Documentation Settings

Tessarus-Production

User

POSTUser Signup

https://tessarus.gdsckgec.in//api/users/signup
Bodyraw (json)
json
{
    "name": "John doe",
    "email": "example@gmail.com",
    "phone": "6290376534",
    "password": "test",
    "gender": "Male",
    "dateOfBirth": "2002-01-10",
    "college": "Kalyani Government Engineering College",
    "degree": "B.Tech",
    "year":"3",
    "stream":"CSE"
}

PUTUser Update

https://tessarus.gdsckgec.in/api/users/update
HEADERS
Authorization

Bearer [token]

Bodyraw (json)
json
{
    "name": "John Doe",
    "gender": "Male",
    "dateOfBirth": "2000-12-18",
    "college": "Kalyani Government Engineering College",
    "degree": "B.Tech",
    "year":"3",
    "stream":"CSE"
}

POSTUser login

https://tessarus.gdsckgec.in/api/users/login
Bodyraw (json)
json
{
    "email": "example@gmail.com",
    "password": "pass"
}

POSTSend OTP to verify User

https://tessarus.gdsckgec.in/api/users/sendotp
HEADERS
Authorization

Bearer [token]

Loading