v1.20.0 (Deprecated)

❗️

We’re sorry, this version of the API is no longer available.

Please see https://docs.tcgplayer.com/docs/august-2023-deprecation-notice for more information.

Modified Returns

GET /user/me - response now includes storeCreditBalance and tcgPlayerPointsBalance

{
    "success": true,
    "errors": [],
    "results": [
        {
            "firstName": "Bill",
            "lastName": "Testerson",
            "nickname": "Bill T",
            "oAuthNickname": "Bill T",
            "emailAddress": "[email protected]",
            "storeKey": "ASXXASD",
            "isKioskUser": false,
            "storeCreditBalance": 4.56,
            "tcgPlayerPointsBalance": 0
        }
    ]
}