{ "opencollection": "1.0.0", "info": { "name": "R2 APIs callbacks collections API", "version": "0.1" }, "items": [ { "info": { "name": "collections", "type": "folder" }, "items": [ { "info": { "name": "Show a collection by its id as filtering key.", "type": "http" }, "http": { "method": "GET", "url": "https://gateway-dev.r2capital.co:443/v2/collections/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "uuid formatted ID." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Show a collection by its id as filtering key." }, { "info": { "name": "Show all collections.", "type": "http" }, "http": { "method": "GET", "url": "https://gateway-dev.r2capital.co:443/v2/collections/", "params": [ { "name": "financing_id", "value": "", "type": "query" }, { "name": "kind", "value": "", "type": "query" }, { "name": "partner_collection_id", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Show a list of collections associated to the partner using the given filtering params." }, { "info": { "name": "Add one or more collections.", "type": "http" }, "http": { "method": "POST", "url": "https://gateway-dev.r2capital.co:443/v2/collections/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Important: It only allows collections from one unique financing each time." } ] } ], "bundled": true }