{ "opencollection": "1.0.0", "info": { "name": "Venminder OpenApi BusinessUnit Data API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Data", "type": "folder" }, "items": [ { "info": { "name": "Provides a list of countries.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/Data/Countries" }, "docs": "Provides a list of valid countries along with their abbreviations and dialing codes." } ] } ], "bundled": true }