{ "opencollection": "1.0.0", "info": { "name": "Authlete Authorization Endpoint API", "version": "3.0.16" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authorization Endpoint", "type": "folder" }, "items": [ { "info": { "name": "Process Authorization Request", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/auth/authorization", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API parses request parameters of an authorization request and returns necessary data for the authorization server\nimplementation to process the authorization request further.\n" }, { "info": { "name": "Fail Authorization Request", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/auth/authorization/fail", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API generates a content of an error authorization response that the authorization server implementation\nreturns to the client application.\n" }, { "info": { "name": "Issue Authorization Response", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/auth/authorization/issue", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API parses request parameters of an authorization request and returns necessary data for the\nauthorization server implementation to process the authorization request further.\n" }, { "info": { "name": "Get Ticket Information", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/auth/authorization/ticket/info", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get Ticket Information" }, { "info": { "name": "Update Ticket Information", "type": "http" }, "http": { "method": "POST", "url": "https://us.authlete.com/api/:serviceId/auth/authorization/ticket/update", "params": [ { "name": "serviceId", "value": "", "type": "path", "description": "A service ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Ticket Information" } ] } ], "bundled": true }