{ "opencollection": "1.0.0", "info": { "name": "Clients Client Info API", "version": "0.16.0" }, "request": { "auth": { "type": "apikey", "key": "X-ConfidentCannabis-APIKey", "value": "{{X-ConfidentCannabis-APIKey}}", "placement": "header" } }, "items": [ { "info": { "name": "Client Info", "type": "folder" }, "items": [ { "info": { "name": "Get current client information", "type": "http" }, "http": { "method": "GET", "url": "https://api.confidentcannabis.com/v0/clients/client", "auth": { "type": "apikey", "key": "X-ConfidentCannabis-APIKey", "value": "{{X-ConfidentCannabis-APIKey}}", "placement": "header" } }, "docs": "Returns information about the authenticated client organization." } ] } ], "bundled": true }