Confirm Reset Password
Developing
Request
Body Params application/json
{
"token": "f03e5cbb-af1f-4438-ae0d-3ea2a5cbf7a7",
"newPassword": "encyptedNewPassword",
"confirmPassword": "encyptedNewPassword"
}
Request Code Samples
curl --location --request PUT 'https://service-dash.dlabssaas.io/rest/web/open/password/reset/confirm' \
--header 'Origin: https://bpjs.dash.dlabssaas.io' \
--header 'Referer: https://bpjs.dash.dlabssaas.io/' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "f03e5cbb-af1f-4438-ae0d-3ea2a5cbf7a7",
"newPassword": "encyptedNewPassword",
"confirmPassword": "encyptedNewPassword"
}'
Responses
application/json {
"status": "success",
"data": true,
"info": {
"id": "SUCCESS_SAVE_DATA",
"message": "Password changed successfully",
"messageEn": null,
"messageId": null,
"field": null,
"redirect": null
}
}
Modified at 2024-07-25 03:09:05