Change the password to the value provided if the reset code matches that sent to the account's email address.
Security
SessionKey(Required scopes: public)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/resets/{reset}
- QA Serverhttps://qa.ticketingevents.com/v3/resets/{reset}
- Production Serverhttps://api.ticketingevents.com/v3/resets/{reset}
curl -i -X PATCH \
'https://docs.ticketingevents.com/_mock/openapi/resets/{reset}' \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"password": "Th380Y$4L1F3",
"code": 842164
}'Response
{ "message": "The account password has been reset." }