POST
/
me
/
2fa-verification-code
Resend 2FA verification code.
curl --request POST \
  --url https://console.gmicloud.com/api/v1/me/2fa-verification-code \
  --header 'Content-Type: application/json' \
  --data '{
  "authToken": "eyJhbGciOiJIUzI1NiIsInR..."
}'
This response does not have an example.

Body

application/json

The request body for resending 2FA code.

The body is of type object.

Response

Successfully sent 2FA verification code.