{ "opencollection": "1.0.0", "info": { "name": "Grapes Finance Contacts Users API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.demo.grapesfinance.com/users" }, "docs": "Retrieve a list of users associated with the authenticated account." }, { "info": { "name": "Create user", "type": "http" }, "http": { "method": "POST", "url": "https://api.demo.grapesfinance.com/users", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new user account with Grapes wallet control." }, { "info": { "name": "Get user", "type": "http" }, "http": { "method": "GET", "url": "https://api.demo.grapesfinance.com/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Get user" } ] } ], "bundled": true }