API Documentation >> API 2.0 Main >> Account Management >> Register New User Account
https://api.cardmarket.com/ws/v2.0/account/registerNone
<firstName /> <lastName /> <street /> <extra /> <city /> <zip /> <country /> <email /> <username /> <password /> <passwordRepeated /> <referrer /> <newUserCoupon /> <generalTermsAndConditions /> <cancellationPolicy /> <provisionOfServices /> <fullAged /> <captchaValue /> <captchaRequestKey />
POST https://api.cardmarket.com/ws/v2.0/account/register
<?xml version="1.0" encoding="UTF-8" ?>
<request>
<firstName>Max</firstName>
<lastName>Mustermann</lastName>
<street>Musterstr. 24</street>
<extra />
<city>Berlin</city>
<zip>10000</zip>
<country>D</country>
<email>maxi@mustermann.de</email>
<username>Maxi</username>
<password>pa$$w0Rd</password>
<passwordRepeated>pa$$w0Rd</passwordRepeated>
<referrer />
<newUserCoupon />
<generalTermsAndConditions>true</generalTermsAndConditions>
<cancellationPolicy>true</cancellationPolicy>
<provisionOfServices>true</provisionOfServices>
<fullAged>true</fullAged>
<captchaValue>12345</captchaValue>
<captchaRequestKey>JTx39jDpNkzofi6p</captchaRequestKey>
</request>