account::confirm_new_email

Description

Confirm choice to change email address, not for new account email address verification.

This is to verify that you have control of, or at least access to, the chosen email address.

Request details

Arguments

key
API key
email_key
Email change confirmation key (sent via email to the choice of new email address)

Responses

Either true or false within a <success> element.

<?xml version="1.0" encoding="utf-8"?>
<success>true</success>
	
<?xml version="1.0" encoding="utf-8"?>
<success>false</success>
	
true
API key and email change key are correct
password
API key and email change key are incorrect

Exceptions

Examples

POST /account/confirm_new_email/
key=acbd18db4cc2f85cedef654fccc4a4d8
&email_key=1f3870be274f6c49b3e31a0c6728957f
<?xml version="1.0" encoding="utf-8"?>
<success>true</success>
	

See also

Notes

You can only confirm your choice of new email address or cancel your email address change request.

You will not be able to change your account email address through the API only.

  1. Index
  2. About the API

    1. Summary
    2. Specification
    3. Do not use undocumented features
    4. Change log
  3. Using the API

    1. Requests
      1. Authenticated requests
      2. Limits
      3. Common request value data types
    2. Understanding responses
      1. HTTP status codes used
      2. Exceptions
        1. access
        2. account
        3. database
        4. hostingaccount
        5. server
        6. system
  4. Function reference