API Documentation >> API 2.0 Main >> Wants List Management >> Wants List
GET
- Returns a list with all of the user's wantslists, their name, associated game, and item countPOST
- Creates a wantslisthttps://api.cardmarket.com/ws/v2.0/wantslist
None.
<wantslist> <name /> <idGame /> </wantslist>
GET https://api.cardmarket.com/ws/v2.0/wantslist
POST https://api.cardmarket.com/ws/v2.0/wantslist
<?xml version="1.0" encoding="UTF-8" ?> <request> <wantslist> <name>Main MtG Wantslist 1</name> <idGame>1</idGame> </wantslist> </request>