{ "opencollection": "1.0.0", "info": { "name": "Authlete Authorization Endpoint Pushed Authorization Endpoint API", "version": "3.0.16" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Pushed Authorization Endpoint", "type": "folder" }, "items": [ { "info": { "name": "Process Pushed Authorization Request", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/pushed_auth_req", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API creates a pushed request authorization. It authenticates the client and creates a authorization_uri to be returned by the authorization server.\n" } ] } ], "bundled": true }