{ "opencollection": "1.0.0", "info": { "name": "VSCO Workspace Brands Payment Methods API", "version": "v2.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Payment Methods", "type": "folder" }, "items": [ { "info": { "name": "List payment methods.", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/payment-method", "params": [ { "name": "sortBy", "value": "", "type": "query", "description": "Sort items in the collection by the given property." } ] }, "docs": "List payment methods." }, { "info": { "name": "Get a specific payment methods.", "type": "http" }, "http": { "method": "GET", "url": "https://tave.io/v2/payment-method/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ULID to perform an action on." } ] }, "docs": "Get a specific payment methods." } ] } ], "bundled": true }