{ "opencollection": "1.0.0", "info": { "name": "Algebras Authentication API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Get API key and account information", "type": "http" }, "http": { "method": "GET", "url": "https://platform.algebras.ai/api/v1/me", "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Returns information about the API key used and the associated organization account" } ] } ], "bundled": true }