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" } }
    • Related Articles

    • Bulk Registration Candidate

      POSTBulk Registration Candidate This API will be used to register or log in a candidate. Additionally, this API is used to assign another course to a registered candidate. Name and email address are required fields. Pass ak, sgn, and ts as headers, ...
    • Candidate Login / Token Creation

      POSTCandidate Login / Token Creation This API will be used to log in a candidate. Request Parameters: email and password are required. The password is encoded in base64. Custom-Header{ "name": "{{Client URL}}" } URL Copy{{API ...
    • Register / Login Candidate with test link

      POSTRegister / Login Candidate with test link This API will be used to register or log in a candidate. Additionally, this API is used to assign another course to a registered candidate. Name and email address are required fields. Pass ak, sgn, and ts ...
    • Assign Test to Candidate

      POSTAssign Test to Candidate This API will be used to assign tests directly to the candidates. Pass ak, sgn, and ts as headers, and all three parameters will be received using the Signature Generation API. Headerak:{{API Key}} sgn:{{sgn}} ts:{{ts}} ...
    • Candidate Assigned Exam List

      POSTCandidate Assigned Exam List This API will be used to retrieve all of the tests issued to candidates. The token must be passed in headers, and it will be retrieved from the Candidate Login / Token Creation API. Custom-Header Copy{ "token": ...