{ "opencollection": "1.0.0", "info": { "name": "1Password Connect Server Accounts Introspection API", "version": "1.8.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Introspection", "type": "folder" }, "items": [ { "info": { "name": "1Password Introspect Authentication Token", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/api/v1/introspect" }, "docs": "Returns information about the token used for authentication, including its UUID, features, and the account it belongs to." } ] } ], "bundled": true }