{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Pins API", "version": "6" }, "items": [ { "info": { "name": "Pins", "type": "folder" }, "items": [ { "info": { "name": "Adyen Change Pin", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/pins/change", "body": { "type": "json", "data": "{}" } }, "docs": "Change Pin" }, { "info": { "name": "Adyen Get RSA PublicKey", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/pins/publicKey", "params": [ { "name": "purpose", "value": "", "type": "query", "description": "Purpose of publicKey." }, { "name": "format", "value": "", "type": "query", "description": "Format of publicKey." } ] }, "docs": "Get RSA publicKey" }, { "info": { "name": "Adyen Reveal Pin", "type": "http" }, "http": { "method": "POST", "url": "https://cal-test.adyen.com/cal/services/Account/v6/pins/reveal", "body": { "type": "json", "data": "{}" } }, "docs": "Reveal Pin" } ] } ], "bundled": true }