{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Platforms API", "version": "6" }, "items": [ { "info": { "name": "Platforms", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get a Balance Platform", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balancePlatforms/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the balance platform." } ] }, "docs": "Returns a balance platform." }, { "info": { "name": "Adyen Get All Account Holders Under a Balance Platform", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/balancePlatforms/:id/accountHolders", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the balance platform." }, { "name": "offset", "value": "", "type": "query", "description": "The number of items that you want to skip." }, { "name": "limit", "value": "", "type": "query", "description": "The number of items returned per page, maximum 100 items. By default, the response returns 10 items per page." } ] }, "docs": "Returns a paginated list of all the account holders that belong to the balance platform. To fetch multiple pages, use the query parameters. \n\nFor example, to limit the page to 5 account holders and to skip the first 20, use `/balancePlatforms/{id}/accountHolders?limit=5&offset=20`." } ] } ], "bundled": true }