v1

latestOpenAPI 3.1.02026-07-242325051.4 MB
Account

Accounts:VerifyEmailChange

Use this endpoint to verify the e-mail address of an account. You need to supply a a token. This token will be sent in the mail when you have request an e-mail change

post/v2/accounts/{accountCode}/email-verify

Path parameters

accountCodestring required

Provide the A-code of the account you want to verify the email for

Request body

tokenstring required

The token to verify your new email.

Example request

{
  "token": "4ebb4595eab529e499b9b866707a956aee2bf4ab"
}

Response

Accepted