Operation profile_get_verification_code

The operation of requesting to resend the confirmation code to an email address.

Sends the confirmation code required to activate the account or change the email address using profile_change_email to the user's email address..

Query parameters

Parameter Value
operation profile_get_verification_code
login <User name>
reg_codeVerification code type.
May take two values:
  • 1 — the verification code will be sent for activating the account after registration
  • 2 — the verification code will be sent for changing the e-mail address

See also

Response in the CSV format

Format

Line No. Data format
10;OK

Response examples

JSON (рекомендуемый, установите x-response-format=json)

{
    "code": 0,
    "message": "OK",
    "data": []
}

JSON-LITE

{
    "code": 0,
    "message": "OK",
    "data": [
        [
            0,
            "OK"
        ]
    ]
}

CSV

0;OK
API Capitalist