{ "opencollection": "1.0.0", "info": { "name": "Authlete Authorization Endpoint Introspection Endpoint API", "version": "3.0.16" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Introspection Endpoint", "type": "folder" }, "items": [ { "info": { "name": "Process Introspection Request", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/auth/introspection", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API gathers information about an access token.\n" }, { "info": { "name": "Process OAuth 2.0 Introspection Request", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/auth/introspection/standard", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API exists to help your authorization server provide its own introspection API which complies\nwith [RFC 7662](https://tools.ietf.org/html/rfc7662) (OAuth 2.0 Token Introspection).\n" } ] } ], "bundled": true }