{ "opencollection": "1.0.0", "info": { "name": "Amazon CodeCatalyst AccessTokens API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "AccessTokens", "type": "folder" }, "items": [ { "info": { "name": "Amazon CodeCatalyst List Access Tokens", "type": "http" }, "http": { "method": "POST", "url": "http://codecatalyst.global.api.aws/v1/accessTokens", "params": [ { "name": "maxResults", "value": "", "type": "query", "description": "Pagination limit" }, { "name": "nextToken", "value": "", "type": "query", "description": "Pagination token" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists all personal access tokens (PATs) associated with the user who calls the API. You can only list PATs associated with your Amazon Web Services Builder ID." }, { "info": { "name": "Amazon CodeCatalyst Create Access Token", "type": "http" }, "http": { "method": "PUT", "url": "http://codecatalyst.global.api.aws/v1/accessTokens", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a personal access token (PAT) for the current user. A personal access token (PAT) is similar to a password. It is associated with your user identity for use across all spaces and projects in Amazon CodeCatalyst. You use PATs to access CodeCatalyst from resources that include integrated development environments (IDEs) and Git-based source repositories. PATs represent you in Amazon CodeCatalyst and you can manage them in your user settings.For more information, see ListAccessTokens." } ] }, "docs": "Deletes a specified personal access token (PAT). A personal access token can only be deleted by the user who created it." } ] } ], "bundled": true }