Operation registration_email_confirm

Operation of e-mail confirmation for a new user — entering the confirmation code.

Query parameters

Parameter Value
operation registration_email_confirm
codeКод подтверждения, полученный по почте.

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