API Documentation >> API 2.0 Main >> Account Management >> Activate New User Account

Contents

Activate New User Account

Allowed HTTP Methods

Resource Information

Parameters

None.

Request Object

<activationCode />

Example Request

1. Requests the activation code for the authenticated user account:

GET https://api.cardmarket.com/ws/v2.0/account/activation

2. Activate the authenticated user account:

POST https://api.cardmarket.com/ws/v2.0/account/activation

<?xml version="1.0" encoding="UTF-8" ?>
<request>
    <activationCode>123456789AbCdEfGhIjKl</activationCode>
</request>