{ "opencollection": "1.0.0", "info": { "name": "SonarCloud Issues User Tokens API", "version": "1.0.0" }, "items": [ { "info": { "name": "User Tokens", "type": "folder" }, "items": [ { "info": { "name": "Search User Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://sonarcloud.io/api/user_tokens/search", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List the user tokens associated with the authenticated user account. Returns token names and creation dates (not the actual token values)." }, { "info": { "name": "Generate User Token", "type": "http" }, "http": { "method": "POST", "url": "https://sonarcloud.io/api/user_tokens/generate", "body": { "type": "form-urlencoded", "data": [ { "name": "name", "value": "" }, { "name": "organizationKey", "value": "" } ] }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate a new user token for API authentication. The token value is returned only once and must be stored securely. Tokens can be scoped to specific organizations." } ] } ], "bundled": true }