{ "opencollection": "1.0.0", "info": { "name": "Adyen Account acceptDispute Offers API", "version": "6" }, "items": [ { "info": { "name": "Offers", "type": "folder" }, "items": [ { "info": { "name": "Adyen Get All Available Grant Offers", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/grantOffers", "params": [ { "name": "accountHolderId", "value": "", "type": "query", "description": "The unique identifier of the grant account." } ] }, "docs": "Returns a list of all [grant offers](https://docs.adyen.com/marketplaces-and-platforms/capital#grant-offers) available for `accountHolderId` specified as a query parameter." }, { "info": { "name": "Adyen Get a Grant Offer", "type": "http" }, "http": { "method": "GET", "url": "https://cal-test.adyen.com/cal/services/Account/v6/grantOffers/:grantOfferId", "params": [ { "name": "grantOfferId", "value": "", "type": "path", "description": "The unique identifier of the grant offer." } ] }, "docs": "Returns the details of a single grant offer." } ] } ], "bundled": true }