API Documentation >> API 2.0 Main >> Account Management >> Activate New User Account
https://api.cardmarket.com/ws/v2.0/account/activation
None.
<activationCode />
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>