The new password is effective immediately. Passwords do not expire, but Verizon recommends changing your password every 90 days.
thingspace_oauth VZ-M2M-Token In: header
M2M Session Token (How to generate an M2M session token?)
In: header
application/json
Request with current password that needs to be reset.
TypeScript Definitions
Use the request body type in TypeScript.
Request to a new, randomly generated password for the current username.
application/json
application/json
curl -X PUT "https://example.com/m2m/v1/session/password/actions/reset" \ -H "Content-Type: application/json" \ -d '{ "oldPassword": "grflbk" }'{ "newPassword": "Wh0a1545a84d"}{ "errorCode": "error code string", "errorMessage": "error message string"}The current password for the username.