{ "opencollection": "1.0.0", "info": { "name": "Lithic 3DS Managed Disputes API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Managed Disputes", "type": "folder" }, "items": [ { "info": { "name": "List disputes", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v2/disputes" }, "docs": "Returns a paginated list of disputes." }, { "info": { "name": "Retrieve a dispute", "type": "http" }, "http": { "method": "GET", "url": "https://api.lithic.com/v2/disputes/:dispute_token", "params": [ { "name": "dispute_token", "value": "", "type": "path", "description": "Token of the dispute to retrieve." } ] }, "docs": "Retrieves a specific dispute by its token." } ] } ], "bundled": true }