id: api-asana info: name: Asana API Test author: zzeitlin severity: info description: Programmatic access to all data in your asana system reference: - https://developers.asana.com/docs/using-terminal - https://github.com/daffainfo/all-about-apikey/tree/main/asana tags: token-spray,asana self-contained: true requests: - method: GET path: - "https://app.asana.com/api/1.0/users/me" headers: Authorization: Bearer {{token}} matchers: - type: word part: body words: - 'data:' - 'email' - 'name' condition: and