cURL
curl --request POST \ --url https://z52mnqg347.execute-api.eu-west-3.amazonaws.com/main/auth/v1/ad/password/reset \ --header 'Authorization: Bearer <token>' \ --header 'content-type: <content-type>' \ --data ' { "token": "cmVzZXQtcGFzc3dvcmQtdG9rZW4tZXhhbXBsZS1zdHJpbmc...", "password": "Str0ng3rP@ssw0rd!" } '
This response has no body data.
Reset Password API - v1
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Content type, must be "application/json".
"application/json"
Token used for resetting the user password.
"cmVzZXQtcGFzc3dvcmQtdG9rZW4tZXhhbXBsZS1zdHJpbmc..."
Strong password of the user.
8 - 100
"Str0ng3rP@ssw0rd!"