id: api-sonarcloud info: name: SonarCloud API Test author: zzeitlin reference: https://sonarcloud.io/web_api/api/authentication severity: info tags: token-spray,sonarcloud requests: - method: GET path: - "https://sonarcloud.io/api/authentication/validate" headers: Authorization: Basic {{base64(token + ':')}} matchers: - type: word part: body words: - 'true'