Request that a password reset code be sent to the provided email address, if it belongs to a registered user.
Security
SessionKey(Required scopes: public)
- Mock serverhttps://docs.ticketingevents.com/_mock/openapi/resets
- QA Serverhttps://qa.ticketingevents.com/v3/resets
- Production Serverhttps://api.ticketingevents.com/v3/resets
curl -i -X POST \
https://docs.ticketingevents.com/_mock/openapi/resets \
-H 'Content-Type: application/json' \
-H 'X-API-Key: YOUR_API_KEY_HERE' \
-d '{
"email": "marvin.milk@usmc.gov"
}'A password reset code was generated and sent to the provided email address, if it belongs to a registered user.
Response
{ "self": "/resets/16947291161016", "email": "marvin.milk@usmc.gov", "status": "Pending" }