This page covers requests documented under Account Management
Refer to API 1.1 to 2.0 Migration:General
Refer to API 1.1 to 2.0 Migration:Account (User) Response Object Changes
Refer to API 1.1 to 2.0 Migration:General
The resource URI is different. The new vacation status value becomes a query parameter instead of a path segment.
1.1 URI: https://api.cardmarket.com/ws/v1.1/account/vacation/:isOnVacation
2.0 URI: https://api.cardmarket.com/ws/v2.0/account/vacation?onVacation=true|false
Refer to API 1.1 to 2.0 Migration:Account (User) Response Object Changes
Refer to API 1.1 to 2.0 Migration:General
The resource URI is different. The new language value becomes a query parameter instead of a path segment.
1.1 URI: https://api.cardmarket.com/ws/v1.1/account/language/:idLanguage
2.0 URI: https://api.cardmarket.com/ws/v2.0/account/language?idDisplayLanguage=
Refer to API 1.1 to 2.0 Migration:Account (User) Response Object Changes