Skip to main content
POST
/
users
/
email-verification-code
Resend email verification code
curl --request POST \
  --url https://console.gmicloud.ai/api/v1/users/email-verification-code \
  --header 'Authorization: Bearer <token>'
{
  "emailVerificationToken": "eyJhbGciOiJIUzI1NiIsInR..."
}

Authorizations

Authorization
string
header
required

A token used to verify the validity of an email address. It must be included in the Authorization header when verifying the email address.

Response

Successfully resent email verfication code.

emailVerificationToken
string
required

A token used to verify the validity of an email address.

Example:

"eyJhbGciOiJIUzI1NiIsInR..."