{ "opencollection": "1.0.0", "info": { "name": "Ashby API Key API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "API Key", "type": "folder" }, "items": [ { "info": { "name": "apiKey.info", "type": "http" }, "http": { "method": "POST", "url": "https://api.ashbyhq.com/apiKey.info", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve information about the API key being used to make the request.\n\n**Requires the [`apiKeysRead`](authentication#permissions-apikeyinfo) permission.**\n" } ] } ], "bundled": true }