{ "opencollection": "1.0.0", "info": { "name": "Authlete Authorization Endpoint UserInfo Endpoint API", "version": "3.0.16" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "UserInfo Endpoint", "type": "folder" }, "items": [ { "info": { "name": "Process UserInfo Request", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/auth/userinfo", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API gathers information about a user.\n" }, { "info": { "name": "Issue UserInfo Response", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/auth/userinfo/issue", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API generates an ID token.\n" } ] } ], "bundled": true }