Pria UI now available in Dark mode !
cURL
curl --request POST \ --url http://localhost:3000/api/auth/checkActivateCode \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "activateCode": "<string>" } '
{ "success": true, "valid": true }
Validates whether the provided activation code is valid for the user
User email address
Account activation code
Activation code validation result
Whether the activation code is valid
Was this page helpful?