CandidateLogin

You can fetch the candidate details and a direct link to login into the candidate.

URL: https://apis.examroom.ai/api/CandidateLogin

Input

{
    "apiKey": "enter your apiKey",
    "secretKey": "enter your secretKey",
    "EmailID":"test1@abc.com",
    "Password":"12334568"
}

Output

{
    "Status": "1",
    "Message": "Success : Single Singn-In Successfully Signed-In",
    "FirstName": "John",
    "LastName": "Doe",
    "UserID": "15008",
    "RoleID": "10",
    "ClientCandidateID": "12334568",
    "CurrentTimeStamp": "Jun 23 2020  4:13PM",
    "ExpireDateTime": "Jun 23 2020  5:13PM",
    "LoginURL": "https://examroom.ai/candidate/#/?id=+k5Ls//02Y+dFu7OqSJnFXNiNKQb97TjOj83inj50h2vD+qlPAOixKeljvHXNOvwwCa8rq28HcZneY3d8jMJaQ=="
}