{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute networkTokens API", "version": "6" }, "items": [ { "info": { "name": "networkTokens", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get a Network Token", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/networkTokens/:networkTokenId", "params": [ { "name": "networkTokenId", "value": "", "type": "path", "description": "The unique identifier of the network token." } ] }, "docs": "Returns the details of a network token." }, { "info": { "name": "Adyen Update a Network Token", "type": "http" }, "http": { "method": "PATCH", "url": "https://cal-test.adyen.com/cal/services/Account/v6/networkTokens/:networkTokenId", "params": [ { "name": "networkTokenId", "value": "", "type": "path", "description": "The unique identifier of the network token." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the status of the network token." } ] } ], "bundled": true }