{ "opencollection": "1.0.0", "info": { "name": "Grapes Finance Contacts API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "info": { "name": "List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://api.demo.grapesfinance.com/contacts" }, "docs": "List contacts" }, { "info": { "name": "Create contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.demo.grapesfinance.com/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "Create contact" } ] } ], "bundled": true }