Resend Email Confirmation
Requests a resend of pending email address confirmation email
Requests made through this page are proxied through an intermediary server due to Cross-Origin Resource Sharing restrictions.
auth<token>
Auth Token via Cookie
In: cookie
Response Body
application/json
application/json
curl -X POST "https://api.vrchat.cloud/api/1/auth/user/resendEmail"{
"success": {
"message": "Verification Email Sent!",
"status_code": 200
}
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}