id: api-clickup info: name: ClickUp API Test author: daffainfo severity: info description: ClickUp is a robust, cloud-based project management tool for boosting productivity reference: - https://clickup.com/api - https://github.com/daffainfo/all-about-apikey/tree/main/clickup tags: token-spray,clickup metadata: max-request: 1 self-contained: true http: - raw: - | GET https://api.clickup.com/api/v2/user HTTP/1.1 Host: api.clickup.com Authorization: {{token}} matchers: - type: word part: body words: - '"id":' - '"username":' - '"email":' condition: and