Resend activation email
Resend the account activation email to the specified address.
POST
/api/auth/activationBody
emailstringrequiredRequest
curl
curl -X POST https://platform.trickest.com/api/auth/activation \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200Activation email sent
successboolean400Bad Request – validation error or malformed input
codestringmessagestring500Internal Server Error
codestringmessagestring