Retrieve wallet tokens
relevant webhooks for this endpoint be sure you have registered docid\ bn5xtgkjogbe ctwomcbs for these webhooks cards token activationreceived cards token completionreceived cards token provisioningreceived api reference retrieve all wallet tokens associated with a card { "name" "endpoint /cardmanagement/v1/cards/{cardid}/tokens", "method" "get", "url" "https //sandbox crbcos com/cardmanagement/v1/cards/{cardid}/tokens", "description" "", "tab" "examples", "examples" { "languages" \[ { "id" "hiyb6hxbzbif03ihcjxah", "language" "curl", "code" "curl location 'https //sandbox crbcos com/cardmanagement/v1/cards/89a3ca77 10dc 4b88 b0a7 b4480095d104/tokens' \\\\\n data ''", "customlabel" "" }, { "id" "ft5vkqvlm1ibrbf8xc9i5", "language" "nodejs", "code" "var request = require('request');\nvar options = {\n 'method' 'get',\n 'url' 'https //sandbox crbcos com/cardmanagement/v1/cards/89a3ca77 10dc 4b88 b0a7 b4480095d104/tokens',\n 'headers' {\n }\n};\nrequest(options, function (error, response) {\n if (error) throw new error(error);\n console log(response body);\n});\n", "customlabel" "" }, { "id" "ikg44td3zax081w4orxvv", "language" "python", "code" "import requests\n\nurl = \\"https //sandbox crbcos com/cardmanagement/v1/cards/89a3ca77 10dc 4b88 b0a7 b4480095d104/tokens\\"\n\npayload = \\"\\"\nheaders = {}\n\nresponse = requests request(\\"get\\", url, headers=headers, data=payload)\n\nprint(response text)\n", "customlabel" "" }, { "id" "jmuima3fr9sbhutatvesd", "language" "ruby", "code" "require \\"uri\\"\nrequire \\"net/http\"\n\nurl = uri(\\"https //sandbox crbcos com/cardmanagement/v1/cards/89a3ca77 10dc 4b88 b0a7 b4480095d104/tokens\\")\n\nhttps = net http new(url host, url port)\nhttps use ssl = true\n\nrequest = net http get new(url)\n\nresponse = https request(request)\nputs response read body\n", "customlabel" "" }, { "id" "afy7cwt 4c2c6vnwr5eob", "language" "go", "code" "package main\n\nimport (\n \\"fmt\\"\n \\"strings\\"\n \\"net/http\"\n \\"io\\"\n)\n\nfunc main() {\n\n url = \\"https //sandbox crbcos com/cardmanagement/v1/cards/89a3ca77 10dc 4b88 b0a7 b4480095d104/tokens\\"\n method = \\"get\\"\n\n payload = strings newreader(``)\n\n client = \&http client {\n }\n req, err = http newrequest(method, url, payload)\n\n if err != nil {\n fmt println(err)\n return\n }\n res, err = client do(req)\n if err != nil {\n fmt println(err)\n return\n }\n defer res body close()\n\n body, err = io readall(res body)\n if err != nil {\n fmt println(err)\n return\n }\n fmt println(string(body))\n}", "customlabel" "" } ], "selectedlanguageid" "hiyb6hxbzbif03ihcjxah" }, "results" { "languages" \[ { "id" "kcrcuayhepl8dhvegmp34", "language" "200", "code" "\[\n {\n \\"id\\" \\"c25cabee 2533 4a46 a52b c74991559bd7\\",\n \\"cardid\\" \\"89a3ca77 10dc 4b88 b0a7 b4480095d104\\",\n \\"createdat\\" \\"2026 05 19t09 18 20 24664 04 00\\",\n \\"status\\" \\"active\\",\n \\"channelprovisioningtype\\" \\"wallet manual\\",\n \\"tokenrequestor\\" {\n \\"name\\" \\"apple pay\\",\n \\"id\\" \\"40010030273\\"\n },\n \\"tokenuniquereference\\" \\"dnithe9081730203478143\\",\n \\"dpanlast4\\" \\"0098\\",\n \\"lastmodifiedat\\" \\"2026 05 19t09 39 14 219418 04 00\\"\n },\n {\n \\"id\\" \\"cbd6c950 1417 4c87 ba18 99fdfd72d9a6\\",\n \\"cardid\\" \\"89a3ca77 10dc 4b88 b0a7 b4480095d104\\",\n \\"createdat\\" \\"2026 05 19t09 13 47 524453 04 00\\",\n \\"status\\" \\"active\\",\n \\"channelprovisioningtype\\" \\"wallet manual\\",\n \\"tokenrequestor\\" {\n \\"name\\" \\"apple pay\\",\n \\"id\\" \\"40010030273\\"\n },\n \\"tokenuniquereference\\" \\"dnithe9385136836831489\\",\n \\"dpanlast4\\" \\"0098\\",\n \\"lastmodifiedat\\" \\"2026 05 19t09 18 25 028979 04 00\\"\n }\n]", "customlabel" "" } ], "selectedlanguageid" "kcrcuayhepl8dhvegmp34" }, "request" { "pathparameters" \[ { "name" "cardid", "kind" "required", "type" "string", "description" "guid format card id in the cross river system, which is the id attribute value of the response to create a card this is not the number that appears on the card ", "" "cardid" } ], "queryparameters" \[], "headerparameters" \[], "bodydataparameters" \[], "formdataparameters" \[] }, "currentnewparameter" { "label" "path parameter", "value" "pathparameters" }, "response" \[ { "name" "id", "kind" "optional", "type" "string", "description" "guid format card id in the cross river system, which is the id attribute value of the response to create a card this is not the number that appears on the card " }, { "name" "cardid", "kind" "optional", "type" "string", "description" "guid format card id in the cross river system, which is the id attribute value of the response to create a card this is not the number that appears on the card ", "children" \[] }, { "name" "createdat", "kind" "optional", "type" "string", "description" "date and time the record was created in this case, the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]", "children" \[] }, { "name" "status", "kind" "optional", "type" "string", "description" "current status of wallet token active, suspended or deleted ", "children" \[] }, { "name" "channelprovisioningtype", "kind" "optional", "type" "string", "description" "method used to provision this token (e g , mobile app, ecommerce) ", "children" \[] }, { "name" "tokenrequester", "kind" "optional", "type" "object", "description" "identifier of the token service provider requesting tokenization (e g apple pay) ", "children" \[ { "name" "name", "kind" "optional", "type" "string", "description" "display name of the wallet or token service provider" }, { "name" "id", "kind" "optional", "type" "string", "description" "unique identifier for this wallet token in guid format " } ] }, { "name" "tokenuniquereference", "kind" "optional", "type" "string", "description" "unique reference identifier assigned by the token service provider ", "children" \[] }, { "name" "dpanlast4", "kind" "optional", "type" "string", "description" "last 4 digits of the device specific pan (dpan) used for the tokenized transaction ", "children" \[] }, { "name" "paymentaccountreferenceid", "kind" "optional", "type" "string", "description" "reference linking this token to the payment account/pan ", "children" \[] }, { "name" "lastmodifiedat", "kind" "optional", "type" "string", "description" "internal cross river value date and time the database entry was last modified in this case, the date and time are in this format yyyy mm ddthh\ mm\ ss\[ mmm]", "children" \[] } ], "hastryitout" false, "autogeneratedanchorslug" "endpoint cardmanagementv1cardscardidtokens", "legacyhash" "x sphgtvjw6sa3mdft10" }