Request password reset email
Send a password reset link to the specified email address. Rate limited.
POST
/api/auth/forgot-passwordBody
emailstringrequiredRequest
curl
curl -X POST https://platform.trickest.com/api/auth/forgot-password \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Reset email sent successfully
successboolean400Bad Request – validation error or malformed input
codestringmessagestring500Internal Server Error
codestringmessagestring