{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Themes API", "version": "6" }, "items": [ { "info": { "name": "Themes", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get a List of Hosted Onboarding Page Themes", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/themes", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns a list of hosted onboarding page themes.\n\n>If you are using hosted onboarding and just beginning your integration, use v3 for your API requests. Otherwise, use v2.\n\n" }, { "info": { "name": "Adyen Get an Onboarding Link Theme", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/themes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the theme" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns the details of the theme identified in the path.>If you are using hosted onboarding and just beginning your integration, use v3 for your API requests. Otherwise, use v2.\n\n" } ] } ], "bundled": true }