{ "opencollection": "1.0.0", "info": { "name": "Kenjo Attendance Authentication API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authentication", "type": "folder" }, "items": [ { "info": { "name": "Log in an API token", "type": "http" }, "http": { "method": "POST", "url": "https://api.kenjo.io/api/v1/auth/login", "body": { "type": "json", "data": "{}" } }, "docs": "Exchanges a Kenjo API key for a bearer token used to authorize subsequent requests." }, { "info": { "name": "Log out an API token", "type": "http" }, "http": { "method": "POST", "url": "https://api.kenjo.io/api/v1/auth/logout" }, "docs": "Invalidates the current bearer token." } ] } ], "bundled": true }