{ "opencollection": "1.0.0", "info": { "name": "Hanko Admin Audit Logs Status API", "version": "1.2.0" }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Status page", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant_id}.hanko.io/admin/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return information about the API status. Returns a 500 if there are issues with database connectivity." } ] } ], "bundled": true }