Candidate Change Password

Candidate Change Password

GETCandidate Change Password

This API will be used to update the candidate's password.

Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API.

Header
ak:{{API Key}} sgn:{{sgn}} ts:{{ts}}
URL
Copy
{{API Endpoint}}/api/v1/changeStudentPassword
Body
Copy
{ "email": "{Candidate Email}", "oldPassword": "{Candidate Old Password}", "newPassword": "{Candidate New Password}" }
Response
Case 1 : When Success
Success
{ "result": "success", "success": { "code": "200", "msg": "Password change successfull." } }
Case 2 : When Error
Error
{ "result": "error", "error": { "code": "3100", "msg": "Something went wrong" } }